Class: Bundler::Dependencies::CLI::Command
- Inherits:
-
Thor
- Object
- Thor
- Bundler::Dependencies::CLI::Command
- Defined in:
- lib/bundler/dependencies/cli/command.rb
Constant Summary collapse
- RAILS_GEMS =
%w( rails actioncable actionmailbox actionmailer actionpack actiontext actionview activejob activemodel activerecord activestorage activesupport railties ).freeze
Instance Method Summary collapse
-
#initialize(options) ⇒ Command
constructor
A new instance of Command.
Constructor Details
#initialize(options) ⇒ Command
Returns a new instance of Command.
10 11 12 13 |
# File 'lib/bundler/dependencies/cli/command.rb', line 10 def initialize() @options = self.shell = Thor::Shell::Basic.new unless .color? end |