method
instance_exec
RSpec latest stable (1.3.1)
-
0 notes -
Class: Spec::Matchers::InstanceExec
- 1.1.4
- 1.1.12
- 1.2.0
- 1.2.8
- 1.3.0 (0)
- 1.3.1 (0)
- What's this?
instance_exec(*args, &block)
public
based on Bounded Spec InstanceExec (Mauricio Fernandez) http://eigenclass.org/hiki/bounded+space+instance_exec
- uses singleton_class of matcher instead of global InstanceExecHelper module
- this keeps it scoped to this class only, which is the only place we need it
- only necessary for ruby 1.8.6