Class: Concord

Inherits:
Module
  • Object
show all
Includes:
Adamantium::Flat
Defined in:
lib/concord.rb

Overview

A mixin to define a composition

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>)


14
15
16
# File 'lib/concord.rb', line 14

def names
  @names
end