# File lib/runt/sugar.rb, line 122
    def const(string)
      self.const_get(string.capitalize)
    end