method
respond_to?
v4.2.1 -
Show latest stable
- Class:
ActiveRecord::Migration::CommandRecorder
respond_to?(*args)public
No documentation available.
# File activerecord/lib/active_record/migration/command_recorder.rb, line 69
def respond_to?(*args) # :nodoc:
super || delegate.respond_to?(*args)
end