Skip to content

Commit

Permalink
add rdoc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bookis committed May 24, 2010
1 parent d6ec6bb commit 7ab54b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/twitter-photos.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def self.find_by_username(username)
# @option options [true, false] :yfrog default true
# @option options [true, false] :twitgoo default true
#
# @return [TwitterPhoto] A collection of TwitterPhoto objects will be returned
# @return A collection of [TwitterPhoto] objects.
# @param :username
def self.get_photos_by(username, options={})
@pix = []
Expand Down

0 comments on commit 7ab54b6

Please sign in to comment.