Class: BundleMate::Application

Inherits:
SimpleConsole::Application
  • Object
show all
Defined in:
lib/bundle_mate/application.rb

Overview

:nodoc:

Defined Under Namespace

Classes: Controller, View

Class Method Summary collapse

Class Method Details

.run(input) ⇒ Object



7
8
9
# File 'lib/bundle_mate/application.rb', line 7

def self.run(input)
  super(input, Controller, View)
end