class WWW::Mechanize::Form::SelectList
def value
def value value = super if value.length > 0 value.last elsif @options.length > 0 @options.first.value else nil end end
def value value = super if value.length > 0 value.last elsif @options.length > 0 @options.first.value else nil end end