Sha256: 5f1ff06cb6a5268555875d123d7a6a0aaaee748af5aa637a5aa17c72b18f79c8
Contents?: true
Size: 118 Bytes
Versions: 19
Compression:
Stored size: 118 Bytes
Contents
module Vpsb module ShellSupport def in_dir(where, what) system("cd #{where} && #{what}") end end end
Version data entries
19 entries across 19 versions & 1 rubygems