class ReeString::Deconstantize

def call(path)

def call(path)
  path.to_s[0, path.rindex("::") || 0]
end