Module: Igniter::Contracts::Execution::ConstRuntime

Defined in:
lib/igniter/contracts/execution/const_runtime.rb

Class Method Summary collapse

Class Method Details

.handle_const(operation:) ⇒ Object



9
10
11
# File 'lib/igniter/contracts/execution/const_runtime.rb', line 9

def handle_const(operation:, **)
  operation.attributes[:value]
end