class RuboCop::Cop::Style::TrailingCommaInLiteral

def on_hash(node)

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