require File.expand_path(File.join(File.dirname(__FILE__), '..', 'fathom')) module Fathom class CombinedPlausibilities end end if __FILE__ == $0 include Fathom # TODO: Is there anything you want to do to run this file on its own? # CombinedPlausibilities.new end