Module: ActiveSupport::CoreExtensions::String::Behavior
- Included in:
- String
- Defined in:
- lib/active_support/core_ext/string/behavior.rb
Instance Method Summary collapse
-
#acts_like_string? ⇒ Boolean
Enable more predictable duck-typing on String-like classes.
Instance Method Details
#acts_like_string? ⇒ Boolean
Enable more predictable duck-typing on String-like classes. See Object#acts_like?.
7 8 9 |
# File 'lib/active_support/core_ext/string/behavior.rb', line 7 def acts_like_string? true end |