module BoilerPlater::Parser

Public Class Methods

new(content) click to toggle source
# File lib/parser.rb, line 51
def self.new(content)
  BoilerPlate.new(content)
end