Method: AppKernel::Function::ClassMethods#call

Defined in:
lib/appkernel/function.rb

#call(*args) ⇒ Object



90
91
92
93
94
# File 'lib/appkernel/function.rb', line 90

def call(*args)
  apply(*args).tap {|result|
    result.verify!
  }.return_value
end