Class: Ogre::CLI
- Inherits:
-
Thor
- Object
- Thor
- Ogre::CLI
- Defined in:
- lib/ogre.rb
Overview
Start of main CLI
Instance Method Summary collapse
-
#version ⇒ Object
Display the version of ‘ogre`.
Instance Method Details
#version ⇒ Object
Display the version of ‘ogre`
26 27 28 |
# File 'lib/ogre.rb', line 26 def version puts VERSION end |