class Ocawari::Strategy::NoMatch

Public Class Methods

new(uri) click to toggle source
# File lib/ocawari/strategy/no_match.rb, line 4
def initialize(uri)
end

Public Instance Methods

execute() click to toggle source
# File lib/ocawari/strategy/no_match.rb, line 7
def execute
  []
end