Sha256: 7dbc3f8603056605e61fdbe174d19aa4f3083d1f3ce3c5c8407db8a1c201e065
Contents?: true
Size: 500 Bytes
Versions: 16
Compression:
Stored size: 500 Bytes
Contents
module Devtools class Project class Initializer # Imports all devtools rake tasks into a project class Rake < self include AbstractType # Initialize rake tasks # # @return [undefined] # # @api rpivate def self.call FileList.glob(RAKE_FILES_GLOB).each(&::Rake.application.method(:add_import)) self end end # class Rake end # class Initializer end # class Project end # module Devtools
Version data entries
16 entries across 16 versions & 1 rubygems