mirror of
https://github.com/github/rails.git
synced 2026-01-28 07:48:00 -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