Class: Yay::Installer

Inherits:
Object
  • Object
show all
Defined in:
lib/yay/installer.rb

Instance Method Summary collapse

Constructor Details

#initialize(url) ⇒ Installer

Returns a new instance of Installer.



4
5
6
# File 'lib/yay/installer.rb', line 4

def initialize(url)
    @url = url
end

Instance Method Details

#installObject



8
9
10
# File 'lib/yay/installer.rb', line 8

def install
  raise "installing files is not yet implemented! :-("
end