# File lib/spec/runner/formatter/no_op_method_missing.rb, line 5 5: def respond_to?(message, include_private = false) 6: if include_private 7: true 8: else 9: !private_methods.any? {|m| [message.to_s, message.to_sym].include?(m)} 10: end 11: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.