Method: JSON::Pure::Generator::State#space
- Defined in:
- lib/json/pure/generator.rb
#space ⇒ Object
This string is used to insert a space between the tokens in a JSON string.
157 158 159 |
# File 'lib/json/pure/generator.rb', line 157 def space @space end |