Method: VPNMaker::KeyBuilder#clean_tmpdir
- Defined in:
- lib/vpnmaker/key_builder.rb
#clean_tmpdir ⇒ Object
10 11 12 13 |
# File 'lib/vpnmaker/key_builder.rb', line 10 def clean_tmpdir FileUtils.rm_rf(@tmpdir) FileUtils.mkdir_p(@tmpdir) end |