Class: RSpec::Core::ExampleGroup::DescriptionBehaviorChange

Inherits:
Struct
  • Object
show all
Defined in:
lib/rspec/core/example_group.rb

Instance Attribute Summary (collapse)

Instance Attribute Details

- (Object) arg

Returns the value of attribute arg

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of call_site

348
349
350
# File 'lib/rspec/core/example_group.rb', line 348
def call_site
  @call_site
end