Sha256: 1afdbf5709e9be0204b79ee43b6ffa1adf5f3efa60a093385a00fb6d43c73d22
Contents?: true
Size: 332 Bytes
Versions: 4
Compression:
Stored size: 332 Bytes
Contents
group "Mixins" test_hash = { :level1 => { :level2 => {}, :apples => 1 }, :help => [1, :a, 900001, Object.new, Hash], :oranges => 90 } tryouts "Hash", :api do setup do end drill "knows the deepest point", test_hash.deepest_point, 3 drill "has a last method", {} #, :respond_to?, :last end
Version data entries
4 entries across 4 versions & 2 rubygems
Version | Path |
---|---|
delano-tryouts-0.7.2 | tryouts/01_mixins_tryouts.rb |
delano-tryouts-0.7.3 | tryouts/01_mixins_tryouts.rb |
tryouts-0.7.2 | tryouts/01_mixins_tryouts.rb |
tryouts-0.7.3 | tryouts/01_mixins_tryouts.rb |