ruby-hyperloop / hyperloop-config

The project has moved to Hyperstack!! - internal gem used by other hyperloop gems to define config settings
https://hyperstack.org/
MIT License
3 stars 4 forks source link

patch Opal String#to_json #16

Open catmando opened 6 years ago

catmando commented 6 years ago
class String
  def to_json
    `JSON.stringify(#{self})`
   end
end

opal will eventually catch up, but for now we will provide the courtesy patch