Class Index [+]

Quicksearch

Spec::Runner::Formatter::NOOPMethodMissing

Public Instance Methods

respond_to?(message, include_private = false) click to toggle source
    # 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

Private Instance Methods

method_missing(sym, *args) click to toggle source
    # File lib/spec/runner/formatter/no_op_method_missing.rb, line 15
15:         def method_missing(sym, *args)
16:           # a no-op
17:         end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.