Method: Mechanize::Page::Frame#content
- Defined in:
- lib/mechanize/page/frame.rb
permalink #content ⇒ Object
[View source]
25 26 27 |
# File 'lib/mechanize/page/frame.rb', line 25 def content @content ||= @mech.get @href, [], page end |