instance method
respond_to?
Ruby on Rails 3.2.22.5
Since v3.1.12 Last seen in v3.2.22.5Available in: v3.1.12 v3.2.22.5
Signature
respond_to?(name)
No documentation comment.
Parameters
-
namereq
Source
# File activesupport/lib/active_support/ordered_options.rb, line 40
def respond_to?(name)
true
end
Defined in activesupport/lib/active_support/ordered_options.rb line 40
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::OrderedOptions