Sha256: 40b9ad04867937ad074e491d8739b3f2ddccd8d2be77da9fbb7d8a26fcb38638
Contents?: true
Size: 300 Bytes
Versions: 11
Compression:
Stored size: 300 Bytes
Contents
require File.expand_path(File.join(File.dirname(__FILE__), '..', '..', 'fathom')) module Fathom class TickSimulation < Simulation include TickMethods end end if __FILE__ == $0 include Fathom # TODO: Is there anything you want to do to run this file on its own? # TickSimulator.new end
Version data entries
11 entries across 11 versions & 1 rubygems