# 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