method

clear_generated_description

rspec latest stable - Class: Spec::Matchers::ModuleMethods

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (1.1.4) is shown here.

clear_generated_description()
public

No documentation available.

# File lib/spec/matchers.rb, line 139
      def clear_generated_description
        self.generated_description = nil
      end