class Ting::Final
A Chinese final (end of a syllable)
Constants
- All
- Groups
Attributes
name[R]
Public Class Methods
each(&blk)
click to toggle source
# File lib/ting/groundwork.rb, line 67 def each(&blk) ; All.each(&blk) ; end
Private Class Methods
new(n)
click to toggle source
# File lib/ting/groundwork.rb, line 56 def initialize(n) ; @name=n ; end
Public Instance Methods
inspect()
click to toggle source
# File lib/ting/groundwork.rb, line 78 def inspect() ; "<#{self.class.name}::#{name}>" ; end