Method: Akephalos::Page#source
- Defined in:
- lib/akephalos/page.rb
#source ⇒ String
Return the page’s source as returned by the web server.
32 33 34 |
# File 'lib/akephalos/page.rb', line 32 def source current_frame.getWebResponse.getContentAsString end |