5 lines
106 B
Text
5 lines
106 B
Text
|
|
# frozen_string_literal: true
|
||
|
|
|
||
|
|
require_relative "boot"
|
||
|
|
Dir.glob("lib/tasks/*.rake").each { |r| import r }
|