131 132 133
# File 'opal/stdlib/json.rb', line 131 def to_json `(self == true) ? 'true' : 'false'` end
429 430 431
# File 'opal/stdlib/native.rb', line 429 def to_n `self.valueOf()` end