Method: EventStore::HTTP::NetHTTP.activate
- Defined in:
- lib/event_store/http/net_http.rb
.activate ⇒ Object
4 5 6 7 8 |
# File 'lib/event_store/http/net_http.rb', line 4 def self.activate Net::HTTP.class_exec do const_set :Substitute, Substitute end end |