Nils Sommer
Results
2
issues of
Nils Sommer
Since using this plugin with TextMate version 2.0-rc.4 the syntax highlighting frequently breaks after saving a file. By breaking I mean the whole file or a part of the file...
Ideally, the following should work: ```ruby event :invest do transition from: :poor, to: :rich do |transition, stock:| ... end end after_transition from: any_state, to: all_states do |transition, stock:| puts "I...