Skip to content

Commit

Permalink
Cleanup changes from ce64c78
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Apr 2, 2011
1 parent 6db6fe2 commit 9539d9a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/twitter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ def self.method_missing(method, *args, &block)
client.send(method, *args, &block)
end

# Delegate to Twitter::Client
def self.respond_to?(method)
return client.respond_to?(method) || super
client.respond_to?(method) || super
end
end

0 comments on commit 9539d9a

Please sign in to comment.