class Nite::Owl::NameIsNot

Public Instance Methods

call(name,flags) click to toggle source
Calls superclass method Nite::Owl::Action#call
# File lib/nite/owl/niteowl.rb, line 433
def call(name,flags)
  not match?(name) && super(name,flags)
end