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