Top Level Namespace

Defined Under Namespace

Modules: Action, Battle Classes: Game, NotValidAge, NotValidName

Instance Method Summary collapse

Instance Method Details

#fontObject



24
25
26
# File 'lib/main.rb', line 24

def font
    TTY::Font.new(:doom)
end

#promptObject

Declare methods for gem module functionality



21
22
23
# File 'lib/main.rb', line 21

def prompt
    TTY::Prompt.new(symbols: {marker: "🐕"})
end