diaspora
https://github.com/diaspora/diaspora
Ruby
A privacy-aware, distributed, open source social network.
Diaspora::Mentionable::MentionsInternal.get_aspect_ids
takes a user and an array of aspect ids or an array containing "all" as the first element. will do some checking on ids and return them in an array in case of "all", returns an array with all the users aspect ids
Edit
git clone [email protected]:diaspora/diaspora.git
cd diaspora
open lib/diaspora/mentionable.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Diaspora--Mentionable--MentionsInternal-get_aspect_ids-for-pr
# Commit to gitgit add lib/diaspora/mentionable.rbgit commit -m "better docs for Diaspora::Mentionable::MentionsInternal.get_aspect_ids"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Diaspora--Mentionable--MentionsInternal-get_aspect_ids-for-pr
hub pull-request
# Celebrate!