Class: Bundler::CLI::Clean
- Inherits:
-
Object
- Object
- Bundler::CLI::Clean
- Defined in:
- lib/bundler/cli/clean.rb
Instance Attribute Summary collapse
-
#options ⇒ Object
readonly
Returns the value of attribute options.
Instance Method Summary collapse
-
#initialize(options) ⇒ Clean
constructor
A new instance of Clean.
- #run ⇒ Object
Constructor Details
#initialize(options) ⇒ Clean
Returns a new instance of Clean.
7 8 9 |
# File 'lib/bundler/cli/clean.rb', line 7 def initialize() @options = end |
Instance Attribute Details
#options ⇒ Object (readonly)
Returns the value of attribute options.
5 6 7 |
# File 'lib/bundler/cli/clean.rb', line 5 def @options end |