class Framer::Parser

Attributes

tree[R]

Public Class Methods

new(path) click to toggle source
# File lib/framer/parser.rb, line 7
def initialize(path)
  @tree = YAML.load_file path
end