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