class Prism::ConstantPathTargetNode

def full_name

Returns the full name of this constant path. For example: "Foo::Bar"
def full_name
  full_name_parts.join("::")
end