Method: Bake::Format::NDJSON#initialize
- Defined in:
- lib/bake/format/ndjson.rb
#initialize(file) ⇒ NDJSON
Returns a new instance of NDJSON.
18 19 20 |
# File 'lib/bake/format/ndjson.rb', line 18 def initialize(file) @file = file end |