Sha256: 9bffa53d518e0c94133c1854f5ec462c3edba9c0e0090f97aa1167a7ceaaf903

Contents?: true

Size: 270 Bytes

Versions: 2

Compression:

Stored size: 270 Bytes

Contents

module Stylish
  class Theme::Exporter
    attr_accessor :options, :source, :destination, :theme

    def initialize(source, options={})
      @source   = Pathname(source)
      @options  = options
    end

    def run
      replace_path_placeholders
    end

  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
stylish-0.3.1 lib/stylish/theme/exporter.rb
stylish-0.3.0 lib/stylish/theme/exporter.rb