Method: YARD::CLI::Command.run

Defined in:
lib/yard/cli/command.rb

.run(*args) ⇒ Object

Helper method to run the utility on an instance.

See Also:

  • #run

Since:

  • 0.6.0


13
# File 'lib/yard/cli/command.rb', line 13

def self.run(*args) new.run(*args) end