module Gaspar

Gaspar Gem

Constants

VERSION

Public Class Methods

parse(source, target, options = {}) click to toggle source
# File lib/gaspar.rb, line 150
def self.parse(source, target, options = {})
  Parser.new(source, target, options).parse
end
parse_with_content(source, target, options = {}) click to toggle source
# File lib/gaspar.rb, line 154
def self.parse_with_content(source, target, options = {})
  Parser.new(source, target, options).parse_with_content
end