Method: Fairy::InputLocalFile.start
- Defined in:
- lib/fairy/client/input-local-file.rb
.start(fairy, opts, filename) ⇒ Object
16 17 18 19 20 |
# File 'lib/fairy/client/input-local-file.rb', line 16 def self.start(fairy, opts, filename) lfile = new(fairy, opts) lfile.start(filename) lfile end |