lib/octoshark.rb in octoshark-0.0.5 vs lib/octoshark.rb in octoshark-0.0.6
- old
+ new
@@ -13,10 +13,10 @@
class << self
delegate :current_connection, :with_connection,
:connection, :current_or_default_connection,
:connection_pools, :find_connection_pool,
- :current_connection_name, :disconnect!, to: :switcher
+ :disconnect!, to: :switcher
def configure(configs)
@configs = configs
@switcher = ConnectionSwitcher.new(configs)
end