Module: RoMisc::Exec

Defined in:
lib/ro_misc/exec.rb

Instance Method Summary collapse

Instance Method Details

#b(bash) ⇒ Object



11
12
13
# File 'lib/ro_misc/exec.rb', line 11

def b(bash)
  system bash
end

#bin(bash) ⇒ Object



7
8
9
# File 'lib/ro_misc/exec.rb', line 7

def bin(bash)
  bx "bin/#{bash}"
end

#bx(bash) ⇒ Object



3
4
5
# File 'lib/ro_misc/exec.rb', line 3

def bx(bash)
  system "bundle exec #{bash}"
end