DEBSOURCES
Skip Quicknav
sources / ruby-faye / 1.4.0-1 / spec / ruby / encoding_helper.rb
123456
module EncodingHelper def encode(string) return string unless string.respond_to?(:force_encoding) string.force_encoding("UTF-8") end end