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