Module: Ketchup::Handler
Instance Method Summary collapse
Instance Method Details
#action(*args) ⇒ Object
7 8 9 10 11 |
# File 'lib/util/handler.rb', line 7 def action(*args) = args. handler = args.first self.send(handler, ) end |