Sha256: 915ce049994150454e09d9fab27a7fb3497e7e3cc830ef58fa462a5007403810
Contents?: true
Size: 159 Bytes
Versions: 1
Compression:
Stored size: 159 Bytes
Contents
require 'rant' module Rant::Check def check(n=100,&block) Rant.gen.each(n,&block) end def sample(n=100,&block) Rant.gen.map(n,&block) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rantly-0.1.0 | lib/rant/spec.rb |