Lucas Carlson d20e8dd220 Changing order of equality because comparing certain objects with false raises an error.
>> require 'md5'
=> true
>> MD5.new("Asds") == false
TypeError: can't convert false into String
	from (irb):2:in `=='
	from (irb):2
>> false == MD5.new("Asds")
=> false
2008-07-02 21:24:48 -07:00
2008-06-22 10:38:25 -07:00
2008-06-29 12:13:58 -07:00
2008-06-22 10:38:25 -07:00
2008-06-22 10:38:25 -07:00
2008-07-02 21:29:57 -05:00
2008-06-22 10:38:25 -07:00
2008-06-22 10:38:25 -07:00
2008-05-31 17:03:03 -07:00
Description
No description provided
85 MiB
Languages
Ruby 97.9%
CSS 1.5%
HTML 0.5%