scss.tmbundle
https://github.com/marioricalde/scss.tmbundle
The TextMate SCSS Official Bundle. Now Compatible with SublimeText2.
QA::Runtime::API::Request#request_path
Prepend a request path with the path to the API
path - Path to append
Examples
>> request_path('/issues')
=> "/api/v4/issues"
>> request_path('/issues', personal_access_token: 'sometoken)
=> "/api/v4/issues?private_token=..."
Returns the relative path to the requested API resourceEdit
git clone [email protected]:marioricalde/scss.tmbundle.git
cd scss.tmbundle
open
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-QA--Runtime--API--Request-request_path-for-pr
# Commit to gitgit add git commit -m "better docs for QA::Runtime::API::Request#request_path"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-QA--Runtime--API--Request-request_path-for-pr
hub pull-request
# Celebrate!