class Ogre::CLI

Start of main CLI

Public Instance Methods

version() click to toggle source

Display the version of ‘ogre`

# File lib/ogre.rb, line 26
def version
  puts VERSION
end