Last Updated: February 25, 2016
·
491
· xta

Ruby convention is 2 spaces for each indentation. Use it to make your code readable.

def foo
  puts "bar"
end