instance method respond_to?

Ruby on Rails 2.2.3

Last seen in v2.3.18

Available in: v2.2.3 v2.3.18

Signature

respond_to?(method, include_private = false)

No documentation comment.

Parameters

method req
include_private opt = false
Source
# File activerecord/lib/active_record/named_scope.rb, line 150
      def respond_to?(method, include_private = false)
        super || @proxy_scope.respond_to?(method, include_private)
      end

Defined in activerecord/lib/active_record/named_scope.rb line 150 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActiveRecord::NamedScope::Scope

Type at least 2 characters to search.

Use the arrow keys to navigate results, Enter to open one, Escape to close.

Keyboard shortcuts

/
Focus search
⌘K / Ctrl-K
Command palette
?
This help
Esc
Close