Method: Inch::CodeObject::Proxy::Base#evaluation
- Defined in:
- lib/inch/code_object/proxy/base.rb
#evaluation ⇒ Evaluation::Base
35 36 37 |
# File 'lib/inch/code_object/proxy/base.rb', line 35 def evaluation @evaluation ||= Evaluation::Proxy.for(self) end |