Class: Shuwar::Tokenizer::Quote

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

Overview

Just quote

Instance Method Summary collapse

Methods inherited from Token

#eql?

Instance Method Details

#to_sObject Also known as: inspect



138
139
140
# File 'lib/shuwar/tokenizer.rb', line 138

def to_s
  "#"
end