aboutsummaryrefslogblamecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/string/encoding.rb
blob: 236f72e93377cb9fa76c5bf18cf5b1f2f90832d7 (plain) (tree)
1
2
3
4
5
            

                     

     
class String
  def encoding_aware?
    true
  end
end