motion-state-machine
motion-state-machine copied to clipboard
Indent in Emacs is broken
trafficstars
Transition_to method has "if" option, it broken emacs indent. please rename it.
You could just use Ruby's other syntax for hashes, ex.:
state.transition_to :other_state, :if => lambda { … }
Does this work for you?
That old hash syntax work well. But i do not want to combine the new and old hash syntax.