123456789_123456789_123456789_123456789_123456789_

Class: YARD::CLI::Command Abstract

Relationships & Source Files
Extension / Inclusion / Inheritance Descendants
Subclasses:
Inherits: Object
Defined in: lib/yard/cli/command.rb

Overview

This class is abstract.

Abstract base class for ::YARD::CLI utilities. Provides some helper methods for the option parser

Since:

  • 0.6.0

Class Method Summary

  • .run(*args)

    Helper method to run the utility on an instance.

Instance Method Summary

Class Method Details

.run(*args)

Helper method to run the utility on an instance.

See Also:

  • #run

Since:

  • 0.6.0

[ GitHub ]

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

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

Instance Method Details

#description

Since:

  • 0.6.0

[ GitHub ]

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

def description; '' end