Method: YARD::CLI::Server#run
- Defined in:
- lib/yard/cli/server.rb
#run(*args) ⇒ Object
43 44 45 46 47 48 49 50 |
# File 'lib/yard/cli/server.rb', line 43 def run(*args) optparse(*args) select_adapter.setup load_scripts load_template_paths adapter.new(libraries, , ).start end |