require ‘hpricot’
| Public Methods | |
|---|---|
| add_ |
Adds the given class symbol or string to the hash in the :class key. This will add a html class if there are already any existing or create the key and add this as the first class |
| environmentize_ |
Destructively and non-recursively convert each key to an uppercase string. |
| except | Returns a new hash without the selected keys: |
| from_ |
Converts valid XML into a Ruby Hash structure. |
| only | Returns a new Hash with only the selected keys: |
| respond_ |
|
| symbolize_ |
Destructively convert all keys which respond_to?(:to_sym) to symbols. Works recursively if given nested hashes. |
| to_ |
Alias for #to_xml_attributes |
| to_ |
convert this hash into a Mash for string or symbol key access |
| to_ |
Convert this hash to a query string: |
| to_ |
Converts the hash into xml attributes |
<code/>and<pre/>for code samples.