# File lib/celerity/htmlunit.rb, line 53
  def inspect
    '#<%s:0x%s>' % [self.class.name.split("::").last, self.hash.to_s(16)]
  end