class Prism::Pattern

def compile_constant_read_node(node)

in String
in ConstantReadNode
def compile_constant_read_node(node)
  compile_constant_name(node, node.name)
end