class method
self.append_features
Ruby on Rails 2.2.3
Since v2.2.3 Last seen in v2.3.18Available in: v2.2.3 v2.3.18
Signature
self.append_features(base)
No documentation comment.
Parameters
-
basereq
Source
# File activesupport/lib/active_support/core_ext/string/iterators.rb, line 8
def self.append_features(base)
super unless '1.9'.respond_to?(:each_char)
end
Defined in activesupport/lib/active_support/core_ext/string/iterators.rb line 8
· View on GitHub
· Improve this page
· Find usages on GitHub