TL;DR: Set SE_NODE_MAX_SESSIONS=
ruby
A collection of 2 posts
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"…