aboutsummaryrefslogblamecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/string/behavior.rb
blob: 4aa960039b075d41040d107b2b7519285e4839c0 (plain) (tree)
1
2
3
4
5
6
            
                                                                                               

                       
     
   
class String
  # Enable more predictable duck-typing on String-like classes. See <tt>Object#acts_like?</tt>.
  def acts_like_string?
    true
  end
end