Class: Proc
Instance Method Summary collapse
-
#run(options = {}, args = []) ⇒ Object
Alias for #call, pretty much.
Instance Method Details
#run(options = {}, args = []) ⇒ Object
Alias for #call, pretty much.
876 877 878 |
# File 'lib/amp/support/support.rb', line 876 def run(={}, args=[]) call , args end |