class RailsRouteChecker::Parsers::HamlParser::Tree::FilterNode

Public Instance Methods

filter_type() click to toggle source
# File lib/rails-route-checker/parsers/haml_parser/tree/filter_node.rb, line 8
def filter_type
  @value[:name]
end