method
explicit_subject
1.2.8 -
Show latest stable
-
0 notes -
Class: Spec::Example::Subject::ExampleGroupMethods
- 1.1.4
- 1.1.12
- 1.2.0
- 1.2.8 (0)
- 1.3.0 (0)
- 1.3.1 (0)
- What's this?
explicit_subject()
private
Hide source
# File lib/spec/example/subject.rb, line 26 def explicit_subject group = self while group.respond_to?(:explicit_subject_block) return group.explicit_subject_block if group.explicit_subject_block group = group.superclass end end