Class: Alephant::Parser
- Inherits:
-
Object
- Object
- Alephant::Parser
- Defined in:
- lib/alephant/models/parser.rb
Instance Method Summary collapse
Instance Method Details
#parse(data) ⇒ Object
5 6 7 |
# File 'lib/alephant/models/parser.rb', line 5 def parse data JSON.parse(data, :symbolize_names => true) end |