# File lib/active_support/core_ext/module/method_names.rb, line 3 def instance_method_names(*args) instance_methods(*args).map(&:to_s) end