class Jumpstarter::Bash::CD
Public Instance Methods
run!()
click to toggle source
# File lib/jumpstarter_core/bash.rb, line 14 def run!() Dir.chdir "#{@path}" return true end
# File lib/jumpstarter_core/bash.rb, line 14 def run!() Dir.chdir "#{@path}" return true end