Class: Apache::Connection

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

Instance Method Summary

Dynamic Method Handling

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

Instance Method Details

- (Object) remote_host



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

def remote_host
  return '127.0.0.1'
end