Class: Automaton::Latex::Final
- Inherits:
-
Struct
- Object
- Struct
- Automaton::Latex::Final
- Defined in:
- lib/latex.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
55 56 57 |
# File 'lib/latex.rb', line 55 def name @name end |
Instance Method Details
#to_s ⇒ Object
56 57 58 |
# File 'lib/latex.rb', line 56 def to_s "\\Final{#{name}}" end |