Class: Noir::Command::New::Makefile
- Inherits:
-
Base::Command
- Object
- Base::Command
- Noir::Command::New::Makefile
- Defined in:
- lib/noir/command/new/makefile.rb
Defined Under Namespace
Classes: Tex
Constant Summary collapse
- MakefileName =
'Makefile'
Class Method Summary collapse
Methods inherited from Base::Command
check_command_not_found, description, execute, sub_commands
Class Method Details
.createMakefile(text) ⇒ Object
6 7 8 |
# File 'lib/noir/command/new/makefile.rb', line 6 def self.createMakefile text Noir::Command::New.createFile(MakefileName, text) end |