Class: Tagfish::Tokeniser::URI

Inherits:
String
  • Object
show all
Defined in:
lib/tagfish/tokeniser.rb

Instance Method Summary collapse

Instance Method Details

#is_a_uri_token?Boolean

Returns:

  • (Boolean)


11
12
13
# File 'lib/tagfish/tokeniser.rb', line 11

def is_a_uri_token?
  true
end