class RailsParseHead::Parse

Public Class Methods

new(html) click to toggle source
# File lib/rails_parse_head/parse.rb, line 5
def initialize(html)
  @html = document(html)
end