Flowdock

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.


Extends the module object with class/module and instance accessors for class/module attributes, just like the native attr* accessors for instance attributes, but does so on a per-thread basis.

So the values are scoped within the Thread.current space under the class name of the module.

Constants

DELEGATION_RESERVED_METHOD_NAMES = Set.new( %w(_ arg args alias and BEGIN begin block break case class def defined? do else elsif END end ensure false for if in module next nil not or redo rescue retry return self super then true undef unless until when while yield) ).freeze

Attributes

[RW] attr_internal_naming_format
Show files where this class is defined (12 files)
Register or log in to add new notes.