Sha256: 57f8f7d222ffd41ce1d53d67930d399bc014ab9140609b53d47f3cfa9d095f6e
Contents?: true
Size: 374 Bytes
Versions: 5
Compression:
Stored size: 374 Bytes
Contents
require File.join(File.dirname(__FILE__), 'project_base') module Compass module Commands class WriteConfiguration < ProjectBase include InstallerCommand def initialize(working_path, options) super assert_project_directory_exists! end def perform installer.write_configuration_files end end end end
Version data entries
5 entries across 5 versions & 1 rubygems