instance method
encoding_aware?
Ruby on Rails 4.0.13
Since v3.0.20 Last seen in v4.0.13Signature
encoding_aware?()
No documentation comment.
Source
# File activesupport/lib/active_support/core_ext/string/encoding.rb, line 4
def encoding_aware?
ActiveSupport::Deprecation.warn 'String#encoding_aware? is deprecated'
true
end
Defined in activesupport/lib/active_support/core_ext/string/encoding.rb line 4
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in String