Sha256: 146da4be8429b5e693da0e3c4556e23b0b1a045e8a1fc9b449c8c6b237906f95
Contents?: true
Size: 358 Bytes
Versions: 14
Compression:
Stored size: 358 Bytes
Contents
class EcoRake module Lib module People class BaseTask < EcoRake::Lib::BaseTask FORWARD_RULES = { enviro: ->(enviro) { "-#{enviro}" } }.freeze options_with_defaults true options_use EcoRake::Lib::People::SyncOptions option_forwarding(**FORWARD_RULES) end end end end
Version data entries
14 entries across 14 versions & 1 rubygems