Module: FundingPrimer::Format

Defined in:
lib/funding_primer/format.rb,
lib/funding_primer/format/table.rb

Overview

FundingPrimer::Format is a module to store classes that format the prime number output.

All formatter classes employ the Strategy Pattern. That is, they expose exactly the same interface, and only differ in their implementation. This allows the format of the output to be chosen dynamically, simply by choosing a formatter class.

Defined Under Namespace

Classes: Table