Method: Fairy::InputFile.open

Defined in:
lib/fairy/client/input-file.rb

.open(fairy, opts, ffile_descripter) ⇒ Object



12
13
14
15
16
# File 'lib/fairy/client/input-file.rb', line 12

def InputFile.open(fairy, opts, ffile_descripter)
  ffile = new(fairy, opts)
  ffile.open(ffile_descripter)
  ffile
end