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.
6 7 8 |
# File 'lib/bundler/cli/clean.rb', line 6 def initialize() @options = end |
Instance Attribute Details
#options ⇒ Object (readonly)
Returns the value of attribute options.
4 5 6 |
# File 'lib/bundler/cli/clean.rb', line 4 def @options end |