Module: EventStore::HTTPClient::Handler::Build
- Defined in:
- lib/event_store_http_client/handler.rb
Instance Method Summary collapse
Instance Method Details
#build ⇒ Object
25 26 27 28 29 |
# File 'lib/event_store_http_client/handler.rb', line 25 def build new.tap do |instance| Logger.configure instance end end |