Class: ParentheseRight
- Inherits:
-
TextLineToken
- Object
- TextLineToken
- ParentheseRight
- Defined in:
- lib/almirah/doc_items/text_line.rb
Instance Attribute Summary
Attributes inherited from TextLineToken
Instance Method Summary collapse
-
#initialize ⇒ ParentheseRight
constructor
A new instance of ParentheseRight.
Constructor Details
#initialize ⇒ ParentheseRight
Returns a new instance of ParentheseRight.
34 35 36 |
# File 'lib/almirah/doc_items/text_line.rb', line 34 def initialize @value = ')' end |