Class: Upgrade

Inherits:
Array show all
Defined in:
lib/upgrade.rb

Instance Method Summary collapse

Methods inherited from Array

#add, #execute, #to_html

Instance Method Details

#updateObject



2
3
4
5
# File 'lib/upgrade.rb', line 2

def update
	if(File.exists?('Gemfile'))
	end
end