rsl (owner)

Revisions

gist: 195491 Download_button fork
public
Public Clone URL: git://gist.github.com/195491.git
Embed All Files: show embed
Text only #
1
2
3
4
5
6
# Kinda expected this first one to raise an exception instead of returning false
>> 1.0 =~ /1.0/
=> false
>> 1.0.to_s =~ /1.0/
=> 0