class YARD::Server::Commands::FramesCommand
Displays an object wrapped in frames
Public Instance Methods
run()
click to toggle source
# File lib/yard/server/commands/frames_command.rb, line 7 def run options.update(:frames => true, :type => :fulldoc) tpl = fulldoc_template tpl.generate_frameset cache(tpl.contents) end