Sha256: e95fdb755dffd8c00e2ae00fcada4a7742723c42517ee13efb312ba3528d847f
Contents?: true
Size: 145 Bytes
Versions: 6
Compression:
Stored size: 145 Bytes
Contents
require 'test/unit' require 'rantly/property' module Test::Unit::Assertions def property_of(&block) Rantly::Property.new(block) end end
Version data entries
6 entries across 6 versions & 1 rubygems