class Printer
- Printer
- Reference
- Object
Defined in:
bin/printer.crConstructors
Instance Method Summary
- #algorithm_name : String
- #game_over_reason : String
- #is_game_over? : Bool
- #loose_num : Int32
- #puts_algorithm
- #puts_balance
- #puts_distribution
- #puts_histories
- #puts_status
- #puts_title
- #puts_win_num
- #r : Runner::Result
- #result_balance : Int32
- #show(title : Bool = true, status : Bool = true, algorithm : Bool = true, balance : Bool = true, win_num : Bool = true, histories : Bool = true, distribution : Bool = true)
- #start_balance : Int32
- #total_spins : Int32
- #win_amount : Int32
- #win_num : Int32
Constructor Detail
Instance Method Detail
def show(title : Bool = true, status : Bool = true, algorithm : Bool = true, balance : Bool = true, win_num : Bool = true, histories : Bool = true, distribution : Bool = true)
#