RubyCreator
RubyCreator copied to clipboard
Indenter fails to identify short version of while statement
Code like:
i += 1 while i < 10
mess up with the indenter because it expect an end
for that while
.