class Prism::ConstantTargetNode

def full_name

Returns the full name of this constant. For example: "Foo"
def full_name
  name.to_s
end