Method: Gonzui::CommandLineApplication.start
- Defined in:
- lib/gonzui/cmdapp/app.rb
.start ⇒ Object
166 167 168 169 170 171 172 173 |
# File 'lib/gonzui/cmdapp/app.rb', line 166 def self.start app = self.new begin app.start rescue IncompatibleDBError => e eprintf("%s", e.) end end |