Method: YARD::Server::Commands::FramesCommand#run

Defined in:
lib/yard/server/commands/frames_command.rb

#runObject

Since:

  • 0.6.0


6
7
8
9
10
11
# File 'lib/yard/server/commands/frames_command.rb', line 6

def run
  options.update(:frames => true, :type => :fulldoc)
  tpl = fulldoc_template
  tpl.generate_frameset
  cache(tpl.contents)
end