module Ronn

def self.new(filename, attributes={}, &block)

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