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

<a href=“/frs/download.php/66874/ruby-1.9.1-p243-i386-mingw32-rc1.7z”> <a href=“/frs/download.php/62269/ruby-1.9.1-p243-i386-mingw32.7z”>



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