Method: YARD::Server::Commands::FramesCommand#run
- Defined in:
- lib/yard/server/commands/frames_command.rb
#run ⇒ Object
6 7 8 9 10 11 |
# File 'lib/yard/server/commands/frames_command.rb', line 6 def run .update(:frames => true, :type => :fulldoc) tpl = fulldoc_template tpl.generate_frameset cache(tpl.contents) end |