lib/dashx.rb in dashx-0.1.3 vs lib/dashx.rb in dashx-0.2.0
- old
+ new
@@ -8,10 +8,10 @@
def self.configure(client_name = :default)
yield config = DashX::Config.new
@clients[client_name] = DashX::Client.new(config)
end
-
+
def self.deliver(urn, parcel)
@clients[:default].deliver(urn, parcel)
end
def self.identify(uid, options)