Class: NilClass
Instance Method Summary collapse
- #to_json ⇒ Object
-
#to_n ⇒ Object
The corresponding JavaScript value (
null).
Instance Method Details
#to_json ⇒ Object
165 166 167
# File 'opal/stdlib/json.rb', line 165 def to_json 'null' end
#to_n ⇒ Object
Returns the corresponding JavaScript value (null).
Returns:
-
the corresponding JavaScript value (
null).
519 520 521
# File 'opal/stdlib/native.rb', line 519 def to_n `null` end