Sha256: b66d1b3b8544805c28ddb2087da5727238a2417076bd68801e55841f89bb16b6

Contents?: true

Size: 411 Bytes

Versions: 8

Compression:

Stored size: 411 Bytes

Contents

module Trickster
  # Base copier for copying files from the trickster install to the slideshow location
  class Copier
    # install_root:: where the root of trickster's install is, to find files to copy
    # destination_root:: root of where we are copying to
    def initialize(install_root,destination_root)
      @install_root     = install_root
      @destination_root = destination_root
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
trickster-1.4.0 lib/trickster/copier.rb
trickster-1.3.1 lib/trickster/copier.rb
trickster-1.3.0 lib/trickster/copier.rb
trickster-1.2.0 lib/trickster/copier.rb
trickster-1.1.0 lib/trickster/copier.rb
trickster-1.0.0 lib/trickster/copier.rb
trickster-0.0.6 lib/trickster/copier.rb
trickster-0.0.5 lib/trickster/copier.rb