class RuboCop::Cop::Layout::LeadingCommentSpace

def gemfile_ruby_comment?(comment)

def gemfile_ruby_comment?(comment)
  allow_gemfile_ruby_comment? && ruby_comment_in_gemfile?(comment)
end