method
subject
1.1.12 -
Show latest stable
-
0 notes -
Class: Spec::Example::ExampleMethods
- 1.1.4
- 1.1.12 (0)
- 1.2.0
- 1.2.8
- 1.3.0
- 1.3.1
- What's this?
subject(# :nodoc: this is somewhat experimental)
public
Hide source
# File lib/spec/example/example_methods.rb, line 7 def subject # :nodoc: this is somewhat experimental @subject ||= ( instance_variable_get(subject_variable_name) || instance_eval(&self.class.subject_block) || (described_class ? described_class.new : nil) ) end