module RuboCop::Cop::PercentLiteral

def type(node)

def type(node)
  node.loc.begin.source[0..-2]
end