Class: Automaton::Latex::Initial
- Inherits:
-
Struct
- Object
- Struct
- Automaton::Latex::Initial
- 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
37 38 39 |
# File 'lib/latex.rb', line 37 def name @name end |
Instance Method Details
#to_s ⇒ Object
38 39 40 |
# File 'lib/latex.rb', line 38 def to_s "\\Initial{#{name}}" end |