Class: Unobtainium::Config::JSONParser

Inherits:
Object
  • Object
show all
Defined in:
lib/unobtainium/config.rb

Overview

Very simple JSON parser

Class Method Summary collapse

Class Method Details

.parse(string) ⇒ Object



52
53
54
# File 'lib/unobtainium/config.rb', line 52

def self.parse(string)
  JSON.parse(string)
end