Sha256: 35fa207e043933713020d966aeadbd6215dbffe9f8011575d80a58f5ef3f8779
Contents?: true
Size: 175 Bytes
Versions: 5
Compression:
Stored size: 175 Bytes
Contents
covers 'facets/hash/at' test_case Hash do method :at do test do h = { :a=>1, :b=>2 } h.at(:a).assert == 1 h.at(:b).assert == 2 end end end
Version data entries
5 entries across 5 versions & 2 rubygems