Module: Bormashino::Utils
- Defined in:
- lib/bormashino/utils.rb
Class Method Summary collapse
Class Method Details
.to_rb_value(escaped_json) ⇒ Object
6 7 8 |
# File 'lib/bormashino/utils.rb', line 6 def self.to_rb_value(escaped_json) JSON.parse(CGI.unescape(escaped_json)) end |