# File lib/relax/response.rb, line 104
    def value(value)
      value.is_a?(Hpricot::Elem) ? value.inner_text : value.to_s
    end