Method: String#to_json_raw_object
- Defined in:
- lib/oj/mimic.rb
permalink #to_json_raw_object ⇒ Object
[View source]
283 284 285 286 287 288 |
# File 'lib/oj/mimic.rb', line 283 def to_json_raw_object { JSON.create_id => self.class.name, 'raw' => self.bytes } end |