Method: Fairy::OutputFile#initialize
- Defined in:
- lib/fairy/client/output-file.rb
#initialize(fairy, opts = nil) ⇒ OutputFile
Returns a new instance of OutputFile.
18 19 20 21 22 23 |
# File 'lib/fairy/client/output-file.rb', line 18 def initialize(fairy, opts=nil) super @old_vfile = nil @vfile = nil end |