class Supermodel::Cli

Constants

VERSION

Public Instance Methods

say_hello() click to toggle source
# File lib/supermodel/cli.rb, line 5
def say_hello
  puts 'This is zerp. Coming in loud and clear. Over.'
end