Class: JSON::State
Class Method Summary collapse
Instance Method Summary collapse
- #allow_nan? ⇒ Boolean
- #array_nl ⇒ Object
- #array_nl=(req) ⇒ Object
- #check_circular? ⇒ Boolean
- #check_max_nesting(depth) ⇒ Object
- #configure(opts) ⇒ Object
- #forget(object) ⇒ Object
- #indent ⇒ Object
- #indent=(req) ⇒ Object
- #max_nesting ⇒ Object
- #max_nesting=(req) ⇒ Object
- #object_nl ⇒ Object
- #object_nl=(req) ⇒ Object
- #remember(object) ⇒ Object
- #seen?(object) ⇒ Boolean
- #space ⇒ Object
- #space=(req) ⇒ Object
- #space_before ⇒ Object
- #space_before=(req) ⇒ Object
- #to_h ⇒ Object
Class Method Details
.from_state(opts) ⇒ Object
53 54 |
# File 'lib/framework/autocomplete/JSON.rb', line 53 def self.from_state(opts) end |
Instance Method Details
#allow_nan? ⇒ Boolean
83 84 |
# File 'lib/framework/autocomplete/JSON.rb', line 83 def allow_nan? end |
#array_nl ⇒ Object
71 72 |
# File 'lib/framework/autocomplete/JSON.rb', line 71 def array_nl end |
#array_nl=(req) ⇒ Object
73 74 |
# File 'lib/framework/autocomplete/JSON.rb', line 73 def array_nl=(req) end |
#check_circular? ⇒ Boolean
81 82 |
# File 'lib/framework/autocomplete/JSON.rb', line 81 def check_circular? end |
#check_max_nesting(depth) ⇒ Object
79 80 |
# File 'lib/framework/autocomplete/JSON.rb', line 79 def check_max_nesting(depth) end |
#configure(opts) ⇒ Object
91 92 |
# File 'lib/framework/autocomplete/JSON.rb', line 91 def configure(opts) end |
#forget(object) ⇒ Object
89 90 |
# File 'lib/framework/autocomplete/JSON.rb', line 89 def forget(object) end |
#indent ⇒ Object
55 56 |
# File 'lib/framework/autocomplete/JSON.rb', line 55 def indent end |
#indent=(req) ⇒ Object
57 58 |
# File 'lib/framework/autocomplete/JSON.rb', line 57 def indent=(req) end |
#max_nesting ⇒ Object
75 76 |
# File 'lib/framework/autocomplete/JSON.rb', line 75 def max_nesting end |
#max_nesting=(req) ⇒ Object
77 78 |
# File 'lib/framework/autocomplete/JSON.rb', line 77 def max_nesting=(req) end |
#object_nl ⇒ Object
67 68 |
# File 'lib/framework/autocomplete/JSON.rb', line 67 def object_nl end |
#object_nl=(req) ⇒ Object
69 70 |
# File 'lib/framework/autocomplete/JSON.rb', line 69 def object_nl=(req) end |
#remember(object) ⇒ Object
87 88 |
# File 'lib/framework/autocomplete/JSON.rb', line 87 def remember(object) end |
#seen?(object) ⇒ Boolean
85 86 |
# File 'lib/framework/autocomplete/JSON.rb', line 85 def seen?(object) end |
#space ⇒ Object
59 60 |
# File 'lib/framework/autocomplete/JSON.rb', line 59 def space end |
#space=(req) ⇒ Object
61 62 |
# File 'lib/framework/autocomplete/JSON.rb', line 61 def space=(req) end |
#space_before ⇒ Object
63 64 |
# File 'lib/framework/autocomplete/JSON.rb', line 63 def space_before end |
#space_before=(req) ⇒ Object
65 66 |
# File 'lib/framework/autocomplete/JSON.rb', line 65 def space_before=(req) end |
#to_h ⇒ Object
93 94 |
# File 'lib/framework/autocomplete/JSON.rb', line 93 def to_h end |