class Codeowners::Checker::Group::GroupBeginComment
Define line type GroupBeginComment
which is used for defining the beggining of a group.
Public Class Methods
match?(line)
click to toggle source
# File lib/codeowners/checker/group/group_begin_comment.rb, line 11 def self.match?(line) line.lstrip =~ /^#+ BEGIN/ end