module Guileless

Constants

VERSION

Public Class Methods

format(str) click to toggle source
# File lib/guileless.rb, line 11
def format(str)
  Parser.new(str).to_html
end