Class: RSpec::Core::DeprecatedMutableArrayProxy

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

Instance Method Summary (collapse)

Constructor Details

- (DeprecatedMutableArrayProxy) initialize(array)

A new instance of DeprecatedMutableArrayProxy

5
6
7
# File 'lib/rspec/core/deprecated_mutable_array_proxy.rb', line 5
def initialize(array)
  @array = array
end