Module: TypedOperation::Operations::Executable::ClassMethods

Defined in:
lib/typed_operation/operations/executable.rb

Instance Method Summary collapse

Instance Method Details

#callObject

: (*untyped, **untyped) -> untyped



19
# File 'lib/typed_operation/operations/executable.rb', line 19

def call(...) = new(...).call

#to_procObject

: () -> Proc



22
# File 'lib/typed_operation/operations/executable.rb', line 22

def to_proc = method(:call).to_proc