Sha256: 6de6ec45da8ed5387d0540b3c4f54ef6f697bb86c325eec885e5933dc564545d
Contents?: true
Size: 215 Bytes
Versions: 2
Compression:
Stored size: 215 Bytes
Contents
require "thats_it/version" require "thats_it/thats_it" module ThatsIt CALL_TP = TracePoint.trace(:call) { |tp| setup_it_block_call } C_CALL_TP = TracePoint.trace(:c_call) { |tp| setup_it_block_c_call } end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
thats_it-0.2.0 | lib/thats_it.rb |
thats_it-0.1.0 | lib/thats_it.rb |