Class: HttpRouter::Response::Unmatched

Inherits:
Struct
  • Object
show all
Defined in:
lib/http_router/response.rb

Instance Method Summary collapse

Instance Method Details

#matched?Boolean

Returns:

  • (Boolean)


13
14
15
# File 'lib/http_router/response.rb', line 13

def matched?
  false
end