Method: Inch::Evaluation.for

Defined in:
lib/inch/evaluation.rb

.for(code_object) ⇒ Object



5
6
7
# File 'lib/inch/evaluation.rb', line 5

def self.for(code_object)
  class_for(code_object).new(code_object)
end