Sha256: 17bd09cb503980bfe3256768dc1ba5ed836d436ccf07052255907c3063b4c90e
Contents?: true
Size: 203 Bytes
Versions: 102
Compression:
Stored size: 203 Bytes
Contents
require 'spec/spec_helper' describe String do describe "to_crc32 instance method" do it "should return an integer" do 'to_crc32'.to_crc32.should be_a_kind_of(Integer) end end end
Version data entries
102 entries across 102 versions & 20 rubygems