Method: Inch::Codebase::Object#evaluation
- Defined in:
- lib/inch/codebase/object.rb
#evaluation ⇒ Object
36 37 38 |
# File 'lib/inch/codebase/object.rb', line 36 def evaluation @evaluation ||= Evaluation::Proxy.for(@language, self) end |