Sha256: 1369d2521d9ef0466a90c87bb9cfc123224ffebcacb093378e3fd2a02bd11dd1
Contents?: true
Size: 252 Bytes
Versions: 52
Compression:
Stored size: 252 Bytes
Contents
require File.expand_path('../../../spec_helper', __FILE__) require File.expand_path('../shared/modulo', __FILE__) describe "Float#%" do it_behaves_like(:float_modulo, :%) end describe "Float#modulo" do it_behaves_like(:float_modulo, :modulo) end
Version data entries
52 entries across 52 versions & 2 rubygems