Method: Arrow::ProcessingInstruction#initialize
- Defined in:
- lib/arrow/htmltokenizer.rb
#initialize(raw) ⇒ ProcessingInstruction
:nodoc:
326 327 328 329 |
# File 'lib/arrow/htmltokenizer.rb', line 326 def initialize( raw ) @instruction, @body = raw.gsub(/^\?|\?$/, '').split( /\s+/, 2 ) super end |