Class: Gem::Commands::UpdateCommand
- Inherits:
-
Gem::Command
- Object
- Gem::Command
- Gem::Commands::UpdateCommand
- Defined in:
- lib/rubygems/commands/sandbox_command.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#installer ⇒ Object
writeonly
HACK.
-
#updated ⇒ Object
HACK.
Instance Attribute Details
#installer=(value) ⇒ Object (writeonly)
HACK
14 15 16 |
# File 'lib/rubygems/commands/sandbox_command.rb', line 14 def installer=(value) @installer = value end |
#updated ⇒ Object
HACK
13 14 15 |
# File 'lib/rubygems/commands/sandbox_command.rb', line 13 def updated @updated end |