Sha256: dba90a31f3f47a3dab029f18e6157b396c4e8d6fcb0989dd413107e080df2d47
Contents?: true
Size: 301 Bytes
Versions: 5
Compression:
Stored size: 301 Bytes
Contents
module Sprinkle module Installers class Rake < Installer def initialize(parent, commands = [], &block) super parent, &block @commands = commands end protected def install_commands "rake #{@commands.join(' ')}" end end end end
Version data entries
5 entries across 5 versions & 3 rubygems