Module: GeneratorInstructions
- Included in:
- SigmaGenerator
- Defined in:
- lib/generators/sigma/generator_instructions.rb
Instance Method Summary collapse
Instance Method Details
#instructions ⇒ Object
3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
# File 'lib/generators/sigma/generator_instructions.rb', line 3 def instructions puts "\n=======================================================\n\nSigma successfully installed.\n\nFor usage and more infomation go to the documentation:\nhttp://joaomdmoura.github.com/sigma/\n\nBy Jo\u00E3o Moura (a.k.a joaomdmoura)\n\n=======================================================\n\n EOS\nend\n" |