class HamlI18nLint::Linter5

Private Instance Methods

parse(haml_options, template) click to toggle source
# File lib/haml_i18n_lint/linter5.rb, line 7
def parse(haml_options, template)
  ::Haml::Parser.new(haml_options).call(template)
end