Method: Inch::Config::Base#evaluation
- Defined in:
- lib/inch/config/base.rb
#evaluation(&block) ⇒ Object
24 25 26 27 28 |
# File 'lib/inch/config/base.rb', line 24 def evaluation(&block) @evaluation ||= Config::Evaluation.new(@language) @evaluation.update(&block) if block @evaluation end |