scss.tmbundle
https://github.com/marioricalde/scss.tmbundle
The TextMate SCSS Official Bundle. Now Compatible with SublimeText2.
Ability.merge_requests_readable_by_user
Returns an Array of MergeRequests that can be read by the given user.
merge_requests - MRs out of which to collect mr's readable by the user.
user - The User for which to check the merge_requests
filters - A hash of abilities and filters to apply if the user lacks this
abilityEdit
git clone [email protected]:marioricalde/scss.tmbundle.git
cd scss.tmbundle
open
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Ability-merge_requests_readable_by_user-for-pr
# Commit to gitgit add git commit -m "better docs for Ability.merge_requests_readable_by_user"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Ability-merge_requests_readable_by_user-for-pr
hub pull-request
# Celebrate!