github.com/dahs81/otto@v0.2.1-0.20160126165905-6400716cf085/website/source/docs/apps/ruby/detect.html.md (about)

     1  ---
     2  layout: "app_ruby"
     3  page_title: "Detection - Ruby App Type"
     4  sidebar_current: "docs-ruby-detect"
     5  description: |-
     6    How Otto detects Ruby applications.
     7  ---
     8  
     9  # Detection
    10  
    11  Ruby applications are detected using the following methods:
    12  
    13    * File match (any): `*.rb`, `Gemfile`, `config.ru`
    14  
    15