Sha256: 3ef03800e6fdf04577eb361b723c30368197a1fb1acc5082aa21b6e63a92fafd
Contents?: true
Size: 483 Bytes
Versions: 45
Compression:
Stored size: 483 Bytes
Contents
module Padrino ## # This module it's used for bootstrap with padrino rake # third party tasks, in your gem/plugin/extension you # need only do this: # # @example # Padrino::Tasks.files << yourtask.rb # Padrino::Tasks.files.concat(Dir["/path/to/all/my/tasks/*.rb"]) # Padrino::Tasks.files.unshift("yourtask.rb") # module Tasks ## # Returns a list of files to handle with padrino rake # def self.files @files ||= [] end end end
Version data entries
45 entries across 45 versions & 2 rubygems