Method: Net::HTTP#connect_with_fakeweb
- Defined in:
- lib/fake_web/ext/net_http.rb
#connect_with_fakeweb ⇒ Object Also known as: connect
70 71 72 73 74 75 76 |
# File 'lib/fake_web/ext/net_http.rb', line 70 def connect_with_fakeweb unless @@alredy_checked_for_net_http_replacement_libs ||= false FakeWeb::Utility.puts_warning_for_net_http_replacement_libs_if_needed @@alredy_checked_for_net_http_replacement_libs = true end nil end |