require 'socket' require 'drb/drb' # We need to define our own NativeException class for the cases when a native # exception is raised by the JRuby DRb server. class NativeException < StandardError; end module Akephalos # The +RemoteClient+ class provides an interface to an +Akephalos::Client+ # isntance on a remote DRb server. # # == Usage # client = Akephalos::RemoteClient.new # client.visit "http://www.oinopa.com" # client.page.source # => "