Class: Rubydex::Mixin
- Inherits:
-
Object
- Object
- Rubydex::Mixin
- Defined in:
- lib/rubydex/mixin.rb
Instance Attribute Summary collapse
-
#constant_reference ⇒ Object
readonly
: ConstantReference.
Instance Method Summary collapse
-
#initialize(constant_reference) ⇒ Mixin
constructor
: (ConstantReference) -> void.
Constructor Details
#initialize(constant_reference) ⇒ Mixin
: (ConstantReference) -> void
9 10 11 |
# File 'lib/rubydex/mixin.rb', line 9 def initialize(constant_reference) @constant_reference = constant_reference end |
Instance Attribute Details
#constant_reference ⇒ Object (readonly)
: ConstantReference
6 7 8 |
# File 'lib/rubydex/mixin.rb', line 6 def constant_reference @constant_reference end |