class Ronn::Document
def to_h
def to_h %w[name section tagline manual organization date styles toc]. inject({}) { |hash, name| hash[name] = send(name); hash } end
def to_h %w[name section tagline manual organization date styles toc]. inject({}) { |hash, name| hash[name] = send(name); hash } end