What the best way to find if a string starts with another in Ruby (without rails)?
I like
if ('string'[/^str/]) ...