Class: Pik::Implementations::Ruby
- Defined in:
- lib/pik/implementations.rb
Instance Method Summary collapse
-
#initialize ⇒ Ruby
constructor
<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”>.
Methods inherited from Base
#after_install, #find, find, #most_recent, #read, #subclass, #url, #versions
Constructor Details
#initialize ⇒ Ruby
<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 |