Class: Unparser::Concord

Inherits:
Module
  • Object
show all
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

Public

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

Instance Attribute Details

#namesEnumerable<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

Returns:

  • (Enumerable<Symbol>)


19
20
21
# File 'lib/unparser/concord.rb', line 19

def names
  @names
end