Class: Racc::ManyMark
Instance Attribute Summary collapse
-
#lineno ⇒ Object
readonly
Returns the value of attribute lineno.
Instance Method Summary collapse
-
#initialize(lineno) ⇒ ManyMark
constructor
A new instance of ManyMark.
- #name ⇒ Object (also: #inspect)
Constructor Details
#initialize(lineno) ⇒ ManyMark
Returns a new instance of ManyMark.
808 809 810 |
# File 'lib/racc/grammar.rb', line 808 def initialize(lineno) @lineno = lineno end |
Instance Attribute Details
#lineno ⇒ Object (readonly)
Returns the value of attribute lineno.
818 819 820 |
# File 'lib/racc/grammar.rb', line 818 def lineno @lineno end |
Instance Method Details
#name ⇒ Object Also known as: inspect
812 813 814 |
# File 'lib/racc/grammar.rb', line 812 def name '*' end |