Class: Gem::Commands::UpdateCommand

Inherits:
Gem::Command
  • Object
show all
Defined in:
lib/rubygems/commands/sandbox_command.rb

Overview

:nodoc:

Instance Attribute Summary collapse

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

#updatedObject

HACK



13
14
15
# File 'lib/rubygems/commands/sandbox_command.rb', line 13

def updated
  @updated
end