Method: Inch::Evaluation::Proxy#evaluate
- Defined in:
- lib/inch/evaluation/proxy.rb
#evaluate ⇒ void
Note:
This is its own method so it can be overridden.
This method returns an undefined value.
Evaluates the objects and assigns roles
42 43 44 |
# File 'lib/inch/evaluation/proxy.rb', line 42 def evaluate __evaluate(object, relevant_roles) end |