Class: Ocawari::Strategy::NoMatch
- Inherits:
-
Object
- Object
- Ocawari::Strategy::NoMatch
- Defined in:
- lib/ocawari/strategy/no_match.rb
Instance Method Summary collapse
- #execute ⇒ Object
-
#initialize(uri) ⇒ NoMatch
constructor
A new instance of NoMatch.
Constructor Details
#initialize(uri) ⇒ NoMatch
Returns a new instance of NoMatch.
4 5 |
# File 'lib/ocawari/strategy/no_match.rb', line 4 def initialize(uri) end |
Instance Method Details
#execute ⇒ Object
7 8 9 |
# File 'lib/ocawari/strategy/no_match.rb', line 7 def execute [] end |