Class: Shuwar::Tokenizer::CloseParen

Inherits:
Token
  • Object
show all
Defined in:
lib/shuwar/tokenizer.rb

Overview

Just closing paren

Instance Method Summary collapse

Methods inherited from Token

#eql?

Instance Method Details

#to_sObject Also known as: inspect



128
129
130
# File 'lib/shuwar/tokenizer.rb', line 128

def to_s
  "]"
end