Class: ParentheseLeft

Inherits:
TextLineToken show all
Defined in:
lib/almirah/doc_items/text_line.rb

Instance Attribute Summary

Attributes inherited from TextLineToken

#value

Instance Method Summary collapse

Constructor Details

#initializeParentheseLeft

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