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