Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/json-endure/string.rb
Instance Method Summary collapse
Instance Method Details
#coax_into_json ⇒ Object
5 6 7 8 9 |
# File 'lib/json-endure/string.rb', line 5 def coax_into_json() str = self.clone str.coax_into_json!() return str end |