Module
RSpec::Core::Extensions::ModuleEvalWithArgs
In:
lib/rspec/core/extensions/module_eval_with_args.rb
@private
Methods
module_eval_with_args
Included Modules
InstanceEvalWithArgs
Public Instance methods
module_eval_with_args
(*args, &block)
@private
Used internally to support `module_exec` in Ruby 1.8.6.
[Validate]