# File lib/sshkit/command.rb, line 163 def with(&_block) return yield unless environment_hash.any? "( export #{environment_string} ; #{yield} )" end