Skip to content

Commit

Permalink
Fix "method redefined" warning
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Sep 7, 2012
1 parent f6e1335 commit 32de4f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/twitter/action/list_member_added.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module Twitter
module Action
class ListMemberAdded < Twitter::Base
include Twitter::Creatable
attr_reader :max_position, :min_position, :target_objects
attr_reader :max_position, :min_position

# A collection of users who added a user to a list
#
Expand Down

0 comments on commit 32de4f8

Please sign in to comment.