Class: Pione::Lang::TicketExpr
- Defined in:
- lib/pione/lang/ticket-expr.rb
Overview
TicketExpr is a ticket expression as alternative input or output conditions of rules for serial processing.
Instance Method Summary collapse
-
#textize ⇒ Object
Convert to text string.
Methods inherited from Piece
Methods included from Util::Positionable
#line_and_column, #pos, #set_source_position
Instance Method Details
#textize ⇒ Object
Convert to text string.
19 20 21 |
# File 'lib/pione/lang/ticket-expr.rb', line 19 def textize "<%s>" % name end |