Sha256: 015a35910b0c268ac23a68b4db28d770e7a7a7e3501f27c52d7dc0d87b47c5f4
Contents?: true
Size: 238 Bytes
Versions: 1
Compression:
Stored size: 238 Bytes
Contents
require 'speed_gun/profiler/base' class SpeedGun::Profiler::Manual < SpeedGun::Profiler::Base def self.label 'Manual' end attr_reader :html def before_profile(title, html = '') @title = title @html = html end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
speed_gun-0.0.1 | lib/speed_gun/profiler/manual.rb |