Sha256: 674d19e175a57097da761fb5a326bd190f788eb1012449ba1434a5821cec355a
Contents?: true
Size: 173 Bytes
Versions: 1
Compression:
Stored size: 173 Bytes
Contents
require "liquidprof" prof = LiquidProf::Profiler.profile(1) do input = STDIN.read Liquid::Template.parse(input).render end puts LiquidProf::AsciiReporter.report(prof)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
liquidprof-0.0.1 | cli.rb |