Class: RSpec::Core::ExampleGroup::DescriptionBehaviorChange
- Inherits:
-
Struct
- Object
- Struct
- RSpec::Core::ExampleGroup::DescriptionBehaviorChange
- Defined in:
- lib/rspec/core/example_group.rb
Instance Attribute Summary (collapse)
-
- (Object) arg
Returns the value of attribute arg.
-
- (Object) call_site
Returns the value of attribute call_site.
Instance Attribute Details
- (Object) arg
Returns the value of attribute arg
348 349 350 |
# File 'lib/rspec/core/example_group.rb', line 348 def arg @arg end |
- (Object) call_site
Returns the value of attribute call_site
348 349 350 |
# File 'lib/rspec/core/example_group.rb', line 348 def call_site @call_site end |