class RSpec::Mocks::Configuration

def transfer_nested_constants=(val)

stubbing constants.
Sets the default for the `transfer_nested_constants` option when
def transfer_nested_constants=(val)
  @transfer_nested_constants = val
end