Method: Codeowners::Checker::LineGrouper.call

Defined in:
lib/codeowners/checker/line_grouper.rb

.call(group, lines) ⇒ Object



7
8
9
# File 'lib/codeowners/checker/line_grouper.rb', line 7

def self.call(group, lines)
  new(group, lines).call
end