Module: Rightscale::HttpConnection::NullLogger
- Extended by:
- NullLogger
- Included in:
- NullLogger
- Defined in:
- lib/helene/rightscale/right_http_connection.rb
Instance Method Summary
collapse
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing(m, *a, &b) ⇒ Object
131
|
# File 'lib/helene/rightscale/right_http_connection.rb', line 131
def method_missing(m, *a, &b) end
|
Instance Method Details
#respond_to?(*a, &b) ⇒ Boolean
130
|
# File 'lib/helene/rightscale/right_http_connection.rb', line 130
def respond_to?(*a, &b) true end
|