Flowdock
described_class() private

No documentation

This method has no description. You can help the RSpec community by adding new notes.

Hide source
# File lib/spec/example/example_methods.rb, line 152
      def described_class
        Class === described_type ? described_type : nil
      end
Register or log in to add new notes.