class Joker::CLI

Public Instance Methods

tell() click to toggle source
# File lib/joker/cli.rb, line 9
def tell
  puts Joker::Teller.tell
end