module FortuneTeller

A personal finance simulator

rubocop:disable Metrics/AbcSize

Constants

VERSION

Public Class Methods

new() click to toggle source
# File lib/fortuneteller.rb, line 26
def self.new
  Simulator.new
end