Module: Eligible::JSON
- Defined in:
- lib/eligible/json.rb
Class Method Summary collapse
Class Method Details
.dump(*args) ⇒ Object
3 4 5 |
# File 'lib/eligible/json.rb', line 3 def self.dump(*args) MultiJson.dump(*args) end |
.load(*args) ⇒ Object
7 8 9 |
# File 'lib/eligible/json.rb', line 7 def self.load(*args) MultiJson.load(*args) end |