# File lib/capybara/webkit/socket_debugger.rb, line 28 def gets received @socket.gets end
# File lib/capybara/webkit/socket_debugger.rb, line 23 def print(content) sent content @socket.print(content) end
# File lib/capybara/webkit/socket_debugger.rb, line 18 def puts(line) sent line @socket.puts(line) end
Generated with the Darkfish Rdoc Generator 2.