Method: JSON::Pure::Generator::State#indent
- Defined in:
- lib/json/pure/generator.rb
#indent ⇒ Object
This string is used to indent levels in the JSON text.
152 153 154 |
# File 'lib/json/pure/generator.rb', line 152 def indent @indent end |