Module: TypedOperation::Operations::Executable::ClassMethods
- Defined in:
- lib/typed_operation/operations/executable.rb
Instance Method Summary collapse
-
#call ⇒ Object
: (*untyped, **untyped) -> untyped.
-
#to_proc ⇒ Object
: () -> Proc.
Instance Method Details
#call ⇒ Object
: (*untyped, **untyped) -> untyped
19 |
# File 'lib/typed_operation/operations/executable.rb', line 19 def call(...) = new(...).call |
#to_proc ⇒ Object
: () -> Proc
22 |
# File 'lib/typed_operation/operations/executable.rb', line 22 def to_proc = method(:call).to_proc |