Current Directory:
/opt/cpanel/ea-ruby24/root/usr/share/gems/gems/power_assert-0.4.1/benchmarks
Upload
Create File
File Name
Size
Actions
bm_yhpg.rb
1909 bytes
Edit
|
Delete
|
Rename
|
Download
helper.rb
269 bytes
Edit
|
Delete
|
Rename
|
Download
require 'benchmark' require 'power_assert' def assertion_message(source = nil, source_binding = TOPLEVEL_BINDING, &blk) ::PowerAssert.start(source || blk, assertion_method: __callee__, source_binding: source_binding) do |pa| pa.message unless pa.yield end end
Save Changes