module Kangaru::Patches::Constantise

def constantise(root: Object)

def constantise(root: Object)
  Inflectors::Constantiser.constantise(self, root:)
end