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