mirror of
https://github.com/github/rails.git
synced 2026-01-29 08:18:03 -05:00
>> 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