diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/json/pure/generator.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/json/pure/generator.rb b/lib/json/pure/generator.rb index 9c776a1..baa94d8 100644 --- a/lib/json/pure/generator.rb +++ b/lib/json/pure/generator.rb @@ -173,15 +173,15 @@ module JSON # it's disabled. attr_accessor :quirks_mode - # XXX + # :stopdoc: attr_reader :buffer_initial_length - # XXX def buffer_initial_length=(length) if length > 0 @buffer_initial_length = length end end + # :startdoc: # This integer returns the current depth data structure nesting in the # generated JSON. |