We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Transition_to method has "if" option, it broken emacs indent. please rename it.
The text was updated successfully, but these errors were encountered:
You could just use Ruby's other syntax for hashes, ex.:
state.transition_to :other_state, :if => lambda { … }
Does this work for you?
Sorry, something went wrong.
That old hash syntax work well. But i do not want to combine the new and old hash syntax.
No branches or pull requests
Transition_to method has "if" option, it broken emacs indent.
please rename it.
The text was updated successfully, but these errors were encountered: