DEBSOURCES
Skip Quicknav
sources / ruby-rantly / 3.0.0-1 / lib / rantly / rspec_extensions.rb
12345678
require 'rspec/core' require 'rantly/property' class RSpec::Core::ExampleGroup def property_of(&block) Rantly::Property.new(block) end end