Method: Dap::Output::OutputJSON#write_record
- Defined in:
- lib/dap/output.rb
#write_record(doc) ⇒ Object
142 143 144 145 |
# File 'lib/dap/output.rb', line 142 def write_record(doc) self.fd.puts Oj.dump(sanitize(doc)) self.fd.flush end |