class Upgrade
Public Instance Methods
update()
click to toggle source
# File lib/upgrade.rb, line 2 def update if(File.exists?('Gemfile')) end end
# File lib/upgrade.rb, line 2 def update if(File.exists?('Gemfile')) end end