Method: CodelessCode::Fable#initialize
- Defined in:
- lib/codeless_code/fable.rb
#initialize(file) ⇒ Fable
Returns a new instance of Fable.
37 38 39 40 41 |
# File 'lib/codeless_code/fable.rb', line 37 def initialize(file) @file = file @has_read_headers = false @body_pos = 0 end |