Class XTemplate::YAMLDocument
In: lib/xtemplate/yaml.rb
Parent: Object

Methods

new  

Attributes

to_hash  [R] 

Public Class methods

[Source]

# File lib/xtemplate/yaml.rb, line 8
    def initialize(doc)
      @to_hash = YAML.load(doc)
    end

[Validate]