module Drawght

Public Class Methods

new(template) click to toggle source
# File lib/drawght.rb, line 4
def self.new(template)
  Drawght::Parser.new template
end