class Hippo::CLI

This is the main interface to Hippo that is called by the command `bin/hippo`. Do not put any logic in here, create a class and delegate instead.

Public Instance Methods

version() click to toggle source
# File lib/hippo/cli.rb, line 24
def version
    puts Hippo::VERSION
end