Class: Shuwar::Tokenizer::OpenParen

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

Overview

Just opening paren

Instance Method Summary collapse

Methods inherited from Token

#eql?

Instance Method Details

#to_sObject Also known as: inspect



118
119
120
# File 'lib/shuwar/tokenizer.rb', line 118

def to_s
  "["
end