Method: YARD::CLI::Gems#initialize

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

#initializeGems

Returns a new instance of Gems.

Since:

  • 0.6.0



5
6
7
8
# File 'lib/yard/cli/gems.rb', line 5

def initialize
  @rebuild = false
  @gems = []
end