Class: Tara::ExecShim

Inherits:
Shim
  • Object
show all
Defined in:
lib/tara/shim.rb

Instance Method Summary collapse

Methods inherited from Shim

#write

Constructor Details

#initialize(dirpath, name) ⇒ ExecShim

Returns a new instance of ExecShim.



30
31
32
# File 'lib/tara/shim.rb', line 30

def initialize(dirpath, name)
  super(%("$SELF_DIR/#{dirpath}/#{name}" "$@"))
end