Class: SwaggerGenerator::Generator

Inherits:
Object
  • Object
show all
Defined in:
lib/swagger_generator.rb

Overview

Your code goes here…

Class Method Summary collapse

Class Method Details

.processObject



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