module Squire::Parser::YAML

Public Class Methods

parse(path) click to toggle source
# File lib/squire/parser/yaml.rb, line 6
def self.parse(path)
  ::YAML::load_file(path)
end