Class: NxBuild::Generator::Base
- Inherits:
-
Object
- Object
- NxBuild::Generator::Base
- Defined in:
- lib/nxbuild/generator/base.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#config ⇒ Object
Returns the value of attribute config.
Instance Method Summary collapse
Instance Attribute Details
#config ⇒ Object
Returns the value of attribute config.
6 7 8 |
# File 'lib/nxbuild/generator/base.rb', line 6 def config @config end |
Instance Method Details
#generate ⇒ Object
8 9 10 |
# File 'lib/nxbuild/generator/base.rb', line 8 def generate FileUtils.mkdir_p 'build' end |