Sha256: b017cc6985cb055f16c3334a3e54d3d69fe3647c01a2ccf042a3d9e2921d49d0
Contents?: true
Size: 390 Bytes
Versions: 52
Compression:
Stored size: 390 Bytes
Contents
require File.expand_path('../../../shared/complex/multiply', __FILE__) ruby_version_is "1.9" do describe "Complex#* with Complex" do it_behaves_like(:complex_multiply_complex, :*) end describe "Complex#* with Integer" do it_behaves_like(:complex_multiply_integer, :*) end describe "Complex#* with Object" do it_behaves_like(:complex_multiply_object, :*) end end
Version data entries
52 entries across 52 versions & 2 rubygems