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.
54 55 56 |
# File 'lib/almirah/doc_items/text_line.rb', line 54 def initialize @value = '](' end |