Last Updated: February 25, 2016
·
472
· xta

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

def foo
  puts "bar"
end