module DepUpgrade

Constants

VERSION

Public Class Methods

load_tasks() click to toggle source
# File lib/dep_upgrade.rb, line 7
def self.load_tasks
  Dir[File.expand_path('tasks/*.rake', __dir__)].each { |ext| load ext }
end