Class: GabcWord

Inherits:
Array
  • Object
show all
Defined in:
lib/lygre/gabcscore.rb

Overview

collection of syllables

Instance Method Summary collapse

Constructor Details

#initialize(*args) ⇒ GabcWord

Returns a new instance of GabcWord.



59
60
61
62
# File 'lib/lygre/gabcscore.rb', line 59

def initialize(*args)
  super(*args)
  freeze
end