lib/tw/client/auth.rb in tw-1.0.1 vs lib/tw/client/auth.rb in tw-1.0.2

- old
+ new

@@ -8,10 +8,10 @@ def self.client=(client) @@client = client end def auth(user=nil) - self.class.client = @rest_client = Auth.auth user + self.class.client = @rest_client = Auth.auth(user) end end class Auth