class Mocha::Configuration
def stubbing_method_on_nil=(value)
-
value
(Symbol
) -- one of +:allow+, +:warn+, +:prevent+.
def stubbing_method_on_nil=(value) @options[:stubbing_method_on_nil] = value end
value
(Symbol
)
-- one of +:allow+, +:warn+, +:prevent+.
def stubbing_method_on_nil=(value) @options[:stubbing_method_on_nil] = value end