Sha256: ece88cd0b6d68e5c87c5ebe2f722d226226b3bd82163ba7e13e5607751715247
Contents?: true
Size: 354 Bytes
Versions: 76
Compression:
Stored size: 354 Bytes
Contents
module YARD module Server module Commands # Displays an object wrapped in frames class FramesCommand < DisplayObjectCommand def run options.update(:frames => true, :type => :fulldoc) tpl = fulldoc_template tpl.generate_frameset cache(tpl.contents) end end end end end
Version data entries
76 entries across 59 versions & 8 rubygems