scss.tmbundle
https://github.com/marioricalde/scss.tmbundle
The TextMate SCSS Official Bundle. Now Compatible with SublimeText2.
Ability.issues_readable_by_user
Returns an Array of Issues that can be read by the given user.
issues - The issues to reduce down to those readable by the user.
user - The User for which to check the issues
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-issues_readable_by_user-for-pr
# Commit to gitgit add git commit -m "better docs for Ability.issues_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-issues_readable_by_user-for-pr
hub pull-request
# Celebrate!