Method: Bcat::HeadParser#initialize

Defined in:
lib/bcat/html.rb

#initializeHeadParser

Returns a new instance of HeadParser.



8
9
10
11
12
13
# File 'lib/bcat/html.rb', line 8

def initialize
  @buf = ''
  @head = []
  @body = nil
  @html = nil
end