Sha256: a2563f2de5af9489c6941d212e0332172515c8307cd407812a751eabf159ed7f
Contents?: true
Size: 350 Bytes
Versions: 12
Compression:
Stored size: 350 Bytes
Contents
Coprl::Presenters.define(:debug) do if context[:debug] grid do column 1 column 11 do headline 'Debug Info' title 'Context:' form do text_area full_width: true, rows: context.size do value context.inspect label 'Context' end end end end end end
Version data entries
12 entries across 12 versions & 1 rubygems