Class: Unparser::Concord
- Inherits:
-
Module
- Object
- Module
- Unparser::Concord
- Includes:
- Adamantium
- Defined in:
- lib/unparser/concord.rb
Overview
A mixin to define a composition
Original code before vendoring and reduction from: github.com/mbj/concord.
Direct Known Subclasses
Defined Under Namespace
Classes: Public
Constant Summary collapse
- MAX_NR_OF_OBJECTS =
The maximum number of objects the hosting class is composed of
3
Instance Attribute Summary collapse
-
#names ⇒ Enumerable<Symbol>
readonly
private
Return names.
Instance Attribute Details
#names ⇒ Enumerable<Symbol> (readonly)
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Return names
19 20 21 |
# File 'lib/unparser/concord.rb', line 19 def names @names end |