module Ronn
def self.new(filename, attributes={}, &block)
Create a new Ronn::Document for the given ronn file. See
def self.new(filename, attributes={}, &block) Document.new(filename, attributes, &block) end
def self.new(filename, attributes={}, &block) Document.new(filename, attributes, &block) end