class Ronn::Document

def to_yaml

def to_yaml
  require 'yaml'
  to_h.to_yaml
end