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

Version Path
vpsb-1.1.8 lib/vpsb/shell_support.rb
vpsb-1.1.7 lib/vpsb/shell_support.rb
vpsb-1.1.6 lib/vpsb/shell_support.rb
vpsb-1.1.5 lib/vpsb/shell_support.rb
vpsb-1.1.4 lib/vpsb/shell_support.rb
vpsb-1.1.3 lib/vpsb/shell_support.rb
vpsb-1.1.2 lib/vpsb/shell_support.rb
vpsb-1.1.1 lib/vpsb/shell_support.rb
vpsb-1.1.0 lib/vpsb/shell_support.rb
vpsb-1.0.9 lib/vpsb/shell_support.rb
vpsb-1.0.8 lib/vpsb/shell_support.rb
vpsb-1.0.7 lib/vpsb/shell_support.rb
vpsb-1.0.6 lib/vpsb/shell_support.rb
vpsb-1.0.5 lib/vpsb/shell_support.rb
vpsb-1.0.4 lib/vpsb/shell_support.rb
vpsb-1.0.3 lib/vpsb/shell_support.rb
vpsb-1.0.2 lib/vpsb/shell_support.rb
vpsb-1.0.1 lib/vpsb/shell_support.rb
vpsb-1.0.0 lib/vpsb/shell_support.rb