module Rundown

Constants

VERSION

Public Instance Methods

parse(text) click to toggle source
# File lib/rundown.rb, line 23
def parse(text)
  Parser.new(text)
end