文字列化
Parameters:
@branch==0 を表現する文字列
Returns:
1237 1238 1239
# File 'lib/when_exe/coordinates.rb', line 1237 def to_s(zero='') return @trunk.to_s + (@branch==0 ? zero : DL2[(@branch/@second).floor]) end