class Hpricot::Elem

def static_id?(options)

def static_id?(options)
  static_attribute?('id', options) && haml_css_attr?(attr_hash['id'])
end