class GabcWord

collection of syllables

Public Class Methods

new(*args) click to toggle source
Calls superclass method
# File lib/lygre/gabcscore.rb, line 59
def initialize(*args)
  super(*args)
  freeze
end