# File lib/vte/deprecated.rb, line 5
    def define_deprecated_const(deprecated_const, new_const)
      @@deprecated_const[self] ||= {}
      @@deprecated_const[self][deprecated_const.to_sym] = new_const
    end