Libraries
»
remote_ruby
(1.1.0)
»
Index
»
RemoteRuby
»
ensure_code_dir
Method: RemoteRuby.ensure_code_dir
Defined in:
lib/remote_ruby.rb
.
ensure_code_dir
⇒
Object
27 28 29
# File 'lib/remote_ruby.rb', line 27
def
ensure_code_dir
FileUtils
.
mkdir_p
(
code_dir
)
end