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.
878 879 880 |
# File 'lib/amp/support/support.rb', line 878 def run(={}, args=[]) call , args end |