Methods
Public Instance methods
acts_like_string?()

Enable more predictable duck-typing on String-like classes. See Object#acts_like?.

   # File activesupport/lib/active_support/core_ext/string/behavior.rb, line 7
7:         def acts_like_string?
8:           true
9:         end