Method: Pipeline::Scanner#initialize
- Defined in:
- lib/pipeline/scanner.rb
#initialize ⇒ Scanner
Pass in path to the root of the Rails application
| 10 11 12 13 | # File 'lib/pipeline/scanner.rb', line 10 def initialize @stage = :wait @stages = [ :wait, :mount, :file, :code, :live, :done] end |