rails23_ruby193_fixnum_monkey_patch.rb 216 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 class Fixnum # actionpack-2.3.18/lib/action_controller/assertions/selector_assertions.rb:276 # attempts to get encoding of Fixnum when doing has_tag "foo", :text => 3 def encoding Encoding::UTF_8 end end