Top Level Namespace
Defined Under Namespace
Classes: All, BinaryLib, Cleaner, Compiler, CrossTools, Exe, Files, Framework, GccCompiler, GccWin32Compiler, LibHelper, LinuxCompiler, OS, ObjectFile, OsxCompiler, SharedLib, SourceFile, SourceLib
Instance Method Summary collapse
Instance Method Details
#dir(d) ⇒ Object
20 21 22 23 24 |
# File 'lib/rakepp.rb', line 20 def dir(d) file_create d do |t| mkdir_p t.name if ! File.exist?(t.name) end end |