mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04: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%