class BoilerPlater::Parser::BoilerPlate

Attributes

content[R]

Public Class Methods

new(content) click to toggle source
# File lib/parser.rb, line 58
def initialize(content)
  @content = content
end