class HamlLint::Tree::FilterNode

Represents a filter node which contains arbitrary code.

Public Instance Methods

filter_type() click to toggle source

The type of code contained in this filter.

# File lib/haml_lint/tree/filter_node.rb, line 6
def filter_type
  @value[:name]
end