Class: SwaggerGenerator::Generator
- Inherits:
-
Object
- Object
- SwaggerGenerator::Generator
- Defined in:
- lib/swagger_generator.rb
Overview
Your code goes here…
Class Method Summary collapse
Class Method Details
.process ⇒ Object
9 10 11 12 13 14 |
# File 'lib/swagger_generator.rb', line 9 def process controller = app_path << 'app/controllers' models = app_path << 'app/models' system "echo", "-e", "\e[92mYour Gemfile was successfully beautified!" "]" end |