Class: SquareBracketRightAndParentheseLeft

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

#initializeSquareBracketRightAndParentheseLeft

Returns a new instance of SquareBracketRightAndParentheseLeft.



52
53
54
# File 'lib/almirah/doc_items/text_line.rb', line 52

def initialize
  @value = ']('
end