Class: Rux::Lex::DefaultPattern

Inherits:
Object
  • Object
show all
Defined in:
lib/rux/lex/patterns.rb

Instance Method Summary collapse

Instance Method Details

#matches?(_) ⇒ Boolean

Returns:

  • (Boolean)


4
5
6
# File 'lib/rux/lex/patterns.rb', line 4

def matches?(_)
  true
end