Module: Pmt

Defined in:
lib/pmt/primes.rb,
lib/pmt/cli.rb,
lib/pmt/version.rb,
lib/pmt/multiplication_table.rb

Overview

Since these are essentially just functions that don’t manage any state, there is no need to instantiate an object from a class. Using module methods instead.

Defined Under Namespace

Modules: Primes Classes: Cli, MultiplicationTable

Constant Summary collapse

VERSION =
'1.0.0'