Flowdock
method

implicit_subject

Importance_0
implicit_subject() private

No documentation

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

Hide source
# File lib/spec/example/subject.rb, line 42
        def implicit_subject
          (described_class ? lambda {described_class.new} : lambda {description_args.first})
        end
Register or log in to add new notes.