class RuboCop::Cop::Style::TrailingCommaInHashLiteral

def on_hash(node)

def on_hash(node)
  check_literal(node, 'item of %<article>s hash')
end