# File lib/rkelly/js/nan.rb, line 14 def +(o); self; end
# File lib/rkelly/js/nan.rb, line 15 def -(o); self; end
# File lib/rkelly/js/nan.rb, line 6 def ==(other) other.respond_to?(:nan?) && other.nan? end
# File lib/rkelly/js/nan.rb, line 10 def nan? true end