class YARD::Server::Commands::FramesCommand
Displays an object wrapped in frames
def run
def run options.update(:frames => true, :type => :fulldoc) tpl = fulldoc_template tpl.generate_frameset cache(tpl.contents) end
Displays an object wrapped in frames
def run options.update(:frames => true, :type => :fulldoc) tpl = fulldoc_template tpl.generate_frameset cache(tpl.contents) end