Type:
Class

Extends the module object with class/module and instance accessors for class/module attributes, just like the native attr* accessors for instance attributes.

Extends the API for constants to be able to deal with qualified names. Arguments are assumed to be relative to the receiver.

qualified_const_set

qualified_const_set(path, value) Instance Public methods

2015-06-20 00:00:00
redefine_method

redefine_method(method, &block) Instance Public methods

2015-06-20 00:00:00
anonymous?

anonymous?() Instance Public methods A module may or may not have a name.

2015-06-20 00:00:00
qualified_const_defined?

qualified_const_defined?(path, search_parents=true) Instance Public methods

2015-06-20 00:00:00