mirror of
https://github.com/github/rails.git
synced 2026-01-28 07:48:00 -05:00
d20e8dd2207a848e2712c19ad38d6abb6f98ca07
>> 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
Description
No description provided
Languages
Ruby
97.9%
CSS
1.5%
HTML
0.5%