class Pione::Lang::IntegerSequence

IntegerSequence is a sequence of PIONE integer.

Public Instance Methods

textize() click to toggle source
# File lib/pione/lang/integer.rb, line 13
def textize
  "(<i>%s)" % pieces.map {|piece| piece.value}.join("|")
end