Sha256: 0ff68aaaee873a55c56109514e315115c769128467f0813c57e1100fe60960d7
Contents?: true
Size: 384 Bytes
Versions: 63
Compression:
Stored size: 384 Bytes
Contents
# frozen_string_literal: true 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
63 entries across 62 versions & 9 rubygems