Class: ParentheseLeft
- Inherits:
-
TextLineToken
- Object
- TextLineToken
- ParentheseLeft
- Defined in:
- lib/almirah/doc_items/text_line.rb
Instance Attribute Summary
Attributes inherited from TextLineToken
Instance Method Summary collapse
-
#initialize ⇒ ParentheseLeft
constructor
rubocop:disable Lint/MissingSuper.
Constructor Details
#initialize ⇒ ParentheseLeft
rubocop:disable Lint/MissingSuper
28 29 30 |
# File 'lib/almirah/doc_items/text_line.rb', line 28 def initialize # rubocop:disable Lint/MissingSuper @value = '(' end |