Class: NilClass
Instance Method Summary collapse
-
#as_json ⇒ Object
FIXME: remove this.
- #to_json ⇒ Object
- #to_n ⇒ Object
Instance Method Details
#as_json ⇒ Object
FIXME: remove this
156 157 158 |
# File 'opal/stdlib/json.rb', line 156 def as_json self end |
#to_json ⇒ Object
160 161 162 |
# File 'opal/stdlib/json.rb', line 160 def to_json 'null' end |
#to_n ⇒ Object
424 425 426 |
# File 'opal/stdlib/native.rb', line 424 def to_n `null` end |