Module: CalcProfit

Defined in:
lib/calc_profit/match.rb,
lib/calc_profit/table.rb,
lib/calc_profit/version.rb,
lib/calc_profit/transaction.rb,
lib/calc_profit/transaction_group.rb,
lib/calc_profit/latex_table_builder.rb

Defined Under Namespace

Classes: LatexTableBuilder, Match, Table, Transaction, TransactionGroup

Constant Summary collapse

MAJOR =
0
MINOR =
1
PATCH =
1
VERSION =
[MAJOR, MINOR, PATCH].compact.join('.')