class Telegrator::CLI

Public Instance Methods

version() click to toggle source
# File lib/telegrator/cli.rb, line 4
def version
  say "Telegrator #{Telegrator::VERSION}"
end