Python-like Docstrings in Ruby!

About six months ago, I watched Peter Cooper's Ruby Trickshots [http://rubyreloaded.com/trickshots] and learnt that Ruby has an interesting syntax that allows you to concatenate strings by simply placing them after each other. For example: "foo" "bar" # => "foobar"…