class Nite::Owl::NameIs

Public Instance Methods

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