lib/fog/aws/elasticache.rb in fog-1.22.0 vs lib/fog/aws/elasticache.rb in fog-1.22.1

- old
+ new

@@ -122,13 +122,11 @@ Fog::AWS::Elasticache::InvalidInstance.slurp(error, match[:message]) else Fog::AWS::Elasticache::Error.slurp(error, "#{match[:code]} => #{match[:message]}") end end - end - end class Mock include Fog::AWS::CredentialFetcher::ConnectionMethods @@ -197,10 +195,8 @@ "#{cluster_id}.#{node_id}.use1.cache.amazonaws.com" } end end end - - end end end