Class: ParentheseRight

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

#initializeParentheseRight

Returns a new instance of ParentheseRight.



34
35
36
# File 'lib/almirah/doc_items/text_line.rb', line 34

def initialize
  @value = ')'
end