diff options
author | Lucas Carlson <lucas@rufy.com> | 2008-07-02 16:54:31 -0700 |
---|---|---|
committer | rick <technoweenie@gmail.com> | 2008-07-02 21:24:48 -0700 |
commit | d20e8dd2207a848e2712c19ad38d6abb6f98ca07 (patch) | |
tree | ca36f0de8c32bbacaafc5d410bf577df08172afa /actionpack/lib/action_controller/vendor | |
parent | 3b3790a4351ba7c9d2711089c21f24fcedc11fc0 (diff) | |
download | rails-d20e8dd2207a848e2712c19ad38d6abb6f98ca07.tar.gz rails-d20e8dd2207a848e2712c19ad38d6abb6f98ca07.tar.bz2 rails-d20e8dd2207a848e2712c19ad38d6abb6f98ca07.zip |
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
Diffstat (limited to 'actionpack/lib/action_controller/vendor')
0 files changed, 0 insertions, 0 deletions