class RuboCop::Cop::Layout::TrailingWhitespace

def skip_heredoc?

def skip_heredoc?
  cop_config.fetch('AllowInHeredoc', false)
end