Sha256: d668749d861e821e7791c18b6b68a4c01d7e0cc3b27ac06377161499123bc18e

Contents?: true

Size: 183 Bytes

Versions: 5

Compression:

Stored size: 183 Bytes

Contents

module SwiftLibTemplater
  class CopyTemplateCommand

    def initialize(dir)
      @dir = dir
    end

    def execute()
      systemWithoutOutput("open '#{@dir}'")
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
swift_lib_templater-1.1.0 lib/swift_lib_templater/open_projet_command.rb
swift_lib_templater-1.0.3 lib/swift_lib_templater/open_projet_command.rb
swift_lib_templater-1.0.2 lib/swift_lib_templater/open_projet_command.rb
swift_lib_templater-1.0.1 lib/swift_lib_templater/open_projet_command.rb
swift_lib_templater-1.0.0 lib/swift_lib_templater/open_projet_command.rb