Class: Apache::Connection

Inherits:
ModRubySimObject show all
Defined in:
lib/apache/fakerequest.rb

Instance Method Summary collapse

Methods inherited from ModRubySimObject

inherited

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Apache::ModRubySimObject

Instance Method Details

#remote_hostObject



430
431
432
# File 'lib/apache/fakerequest.rb', line 430

def remote_host
	return '127.0.0.1'
end