Method: Arrow::HTMLToken#initialize

Defined in:
lib/arrow/htmltokenizer.rb

#initialize(raw) ⇒ HTMLToken

Initialize a token with the raw source of it.



100
101
102
103
# File 'lib/arrow/htmltokenizer.rb', line 100

def initialize( raw ) # :notnew:
	super()
	@raw = raw
end