Methods

Class/Module Index [+]

Quicksearch

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 6
def run
  options.update(:frames => true, :type => :fulldoc)
  tpl = fulldoc_template
  tpl.generate_frameset
  cache(tpl.contents)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.