Class: Upgrade

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

Instance Method Summary collapse

Methods inherited from Array

#add, #execute, #to_html

Instance Method Details

#updateObject



1081
1082
1083
1084
# File 'lib/dev_commands.rb', line 1081

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