# File lib/mechanize/form_elements.rb, line 219 def initialize(node, select_list) @text = node.inner_text @value = Util.html_unescape(node['value']) @selected = node.has_attribute? 'selected' @select_list = select_list # The select list this option belongs to end