Class: MVCLI::Router::Pattern::Matcher::Literal

Inherits:
Matcher
  • Object
show all
Defined in:
lib/mvcli/router/pattern.rb

Instance Method Summary collapse

Instance Method Details

#matches?(input) ⇒ Boolean

Returns:

  • (Boolean)


55
56
57
# File 'lib/mvcli/router/pattern.rb', line 55

def matches?(input)
  input == @name
end