Class: OrmDev::Command
- Inherits:
-
CLAide::Command
- Object
- CLAide::Command
- OrmDev::Command
- Defined in:
- lib/ormdev/command.rb,
lib/ormdev/command/run.rb,
lib/ormdev/command/lint.rb,
lib/ormdev/command/setup.rb,
lib/ormdev/command/create.rb,
lib/ormdev/command/update.rb,
lib/ormdev/command/publish.rb
Defined Under Namespace
Classes: Create, Lint, Publish, Run, Setup, Update
Instance Method Summary collapse
Instance Method Details
#run ⇒ Object
18 19 20 |
# File 'lib/ormdev/command.rb', line 18 def run OrmDev::LogUtil.info '* 开始执行orm … *' end |