Class: Pik::Implementations::Ruby

Inherits:
Base show all
Defined in:
lib/pik/implementations.rb

Instance Method Summary collapse

Methods inherited from Base

#after_install, #find, find, #most_recent, #read, #subclass, #url, #versions

Constructor Details

#initializeRuby



101
102
103
104
105
# File 'lib/pik/implementations.rb', line 101

def initialize
  super
  @path = "/frs/?group_id=167"
  @re   = /(.+ruby\-(.+)\-i386\-mingw32(.*)\.7z)/
end