Method: Inch::API::Compare::Codebases#find

Defined in:
lib/inch/api/compare/codebases.rb

#find(fullname) ⇒ Object



33
34
35
36
37
# File 'lib/inch/api/compare/codebases.rb', line 33

def find(fullname)
  comparisons.find do |comparison|
    comparison.fullname == fullname
  end
end