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