Module: Greedy::DCI::Context
- Defined in:
- lib/greedy/dci/context.rb
Instance Method Summary collapse
Instance Method Details
#[](*args) ⇒ Object
8 9 10 |
# File 'lib/greedy/dci/context.rb', line 8 def [](*args) call(*args) end |
#to_proc ⇒ Object
4 5 6 |
# File 'lib/greedy/dci/context.rb', line 4 def to_proc method(:call).to_proc end |