Class: Umbrella::Manifest
- Inherits:
-
Object
- Object
- Umbrella::Manifest
- Defined in:
- lib/umbrella/manifest.rb
Instance Method Summary collapse
Instance Method Details
#generate ⇒ Object
3 4 5 6 7 8 9 10 |
# File 'lib/umbrella/manifest.rb', line 3 def generate out = "## umbrella manifest file\n" out << "## this file is autogenerated, any changes to this file will be lost\n" out << "## \n\n" out << "class Manifest < Umbrella::Manifest\n" out << "end\n" return out end |