Class: String

Inherits:
Object show all
Defined in:
lib/hyperloop/string.rb

Overview

This will eventually be moved into Opal

Direct Known Subclasses

ActiveSupport::StringInquirer

Instance Method Summary collapse

Instance Method Details

#to_jsonObject



3
4
5
# File 'lib/hyperloop/string.rb', line 3

def to_json
  `JSON.stringify(#{self})`
end