Class: Typekit::Parser::YAML

Inherits:
Object
  • Object
show all
Defined in:
lib/typekit/parser/yaml.rb

Instance Method Summary collapse

Instance Method Details

#process(data) ⇒ Object



6
7
8
9
10
# File 'lib/typekit/parser/yaml.rb', line 6

def process(data)
  ::YAML.load(data)
rescue
  raise Error, 'Unable to parse'
end