Sha256: 0ca885908d271da08247c336dc85e5ee1e8c1e550f3f66a700b7f02b6430207a
Contents?: true
Size: 335 Bytes
Versions: 11
Compression:
Stored size: 335 Bytes
Contents
module Footnotes module Notes class GeneralNote < AbstractNote def title 'General Debug' end def legend 'General (id="general_debug_info")' end def content 'You can use this tab to debug other parts of your application, for example Javascript.' end end end end
Version data entries
11 entries across 11 versions & 1 rubygems