Ruby indentation conventions
By convention, Ruby code is indented using two spaces ( ) per-level. The code used tabs (\t) previously and therefore wasn't idiomatic. This change updates the indenting to use two spaces.
This commit is contained in:
parent
a3c398ca0a
commit
f2951b38d9