# File lib/mechanize/page_elements.rb, line 63 def initialize(node, mech, referer) super(node, mech, referer) @node = node @text = node['name'] @href = node['src'] end