Sha256: b9ea71578ad11f0fcd0c1bbb0d8c298ed9bb4770ea81b7ab7325ccfda6a74c76
Contents?: true
Size: 382 Bytes
Versions: 10
Compression:
Stored size: 382 Bytes
Contents
require File.expand_path('../../../spec_helper', __FILE__) require File.expand_path('../fixtures/classes', __FILE__) require File.expand_path('../shared/replace', __FILE__) describe "Hash#initialize_copy" do =begin private it "is private" do hash_class.should have_private_instance_method("initialize_copy") end =end it_behaves_like(:hash_replace, :initialize_copy) end
Version data entries
10 entries across 10 versions & 1 rubygems