Class: Pik::Implementations::JRuby

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

Instance Method Summary collapse

Methods inherited from Base

find, #find, #most_recent, #read, #subclass, #versions

Constructor Details

#initializeJRuby

Returns a new instance of JRuby.



95
96
97
98
99
# File 'lib/pik/implementations.rb', line 95

def initialize
  @url  = ''
  @path = "http://www.jruby.org/download"
  @re   = /\<p.*\>\<a .*href\=\"(.+ruby-bin\-(.+)\.zip)\"/
end