scss.tmbundle

https://github.com/marioricalde/scss.tmbundle

The TextMate SCSS Official Bundle. Now Compatible with SublimeText2.

Participable::ClassMethods#participant

Adds a list of participant attributes. Attributes can either be symbols or
Procs.

When using a Proc instead of a Symbol the Proc will be given two
arguments:

1. The current user (as an instance of User)
2. An instance of `Gitlab::ReferenceExtractor`

It is expected that a Proc populates the given reference extractor
instance with data. The return value of the Proc is ignored.

attr - The name of the attribute or a Proc

Source | Google | Stack overflow

Edit

git clone [email protected]:marioricalde/scss.tmbundle.git

cd scss.tmbundle

open

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Participable--ClassMethods-participant-for-pr


# Commit to git

git add git commit -m "better docs for Participable::ClassMethods#participant"


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs-Participable--ClassMethods-participant-for-pr

hub pull-request


# Celebrate!