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