Method: GLib::Deprecatable#define_deprecated_const
- Defined in:
- lib/glib2/deprecatable.rb
#define_deprecated_const(deprecated_const, new_const = {}) ⇒ Object
27 28 29 30 |
# File 'lib/glib2/deprecatable.rb', line 27 def define_deprecated_const(deprecated_const, new_const = {}) @@deprecated_const[self] ||= {} @@deprecated_const[self][deprecated_const.to_sym] = new_const end |