class RuboCop::Cop::Layout::LeadingCommentSpace

def ruby_comment_in_gemfile?(comment)

def ruby_comment_in_gemfile?(comment)
  gemfile? && comment.text.start_with?('#ruby')
end