Method: CommandWrap::Config.tmp_dir=

Defined in:
lib/command_wrap/config.rb

.tmp_dir=(tmp_dir) ⇒ Object



9
10
11
# File 'lib/command_wrap/config.rb', line 9

def self.tmp_dir= (tmp_dir)
    @tmp_dir = tmp_dir
end