Sha256: f531c0daa5cc265f18eaa811f13f882ab51ac74439a47dabe1c22ca72b797c37

Contents?: true

Size: 347 Bytes

Versions: 1

Compression:

Stored size: 347 Bytes

Contents

module Ratch

  # TODO: Build it!
  #
  # The System class provides a robust interface for interacting with
  # system commands. It is essenatially a wrapper around popen3 or popen4.
  #
  # Having a separate class rather integrating this into Shell (as 
  # Ruby's standard Shell class does) provides a better SOC.
  #
  class System

  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ratch-1.2.0 lib/ratch/system.rb