Class: Glark::FullNameFilter

Inherits:
PatternFilter show all
Defined in:
lib/glark/input/filter/filter.rb

Instance Attribute Summary

Attributes inherited from PatternFilter

#pattern

Instance Method Summary collapse

Methods inherited from PatternFilter

#initialize, #pattern_match?, #to_s

Constructor Details

This class inherits a constructor from Glark::PatternFilter

Instance Method Details

#match?(pn) ⇒ Boolean

Returns:

  • (Boolean)


39
40
41
# File 'lib/glark/input/filter/filter.rb', line 39

def match? pn
  pattern_match? pn.to_s
end