Sha256: 7ccdfe277cf7cb3a941816d95bcd53858859e429d7cf0106c930ef42370fb4ac

Contents?: true

Size: 248 Bytes

Versions: 2

Compression:

Stored size: 248 Bytes

Contents

module Ripple
  class Engine
    def execute
      system("#{RIPPLE_EXE} #{command} #{build_args}")
    end

    def command
      throw 'Command to be implemented'
    end

    def build_args
      throw 'Args to be implemented'
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ripple-cli-0.0.8 lib/ripple-cli/engine.rb
ripple-cli-0.0.7 lib/ripple-cli/engine.rb