Sha256: dbfa513e27e91b46c9d1180d35376ea16becbdf3bdd47214a1169135696d7c66
Contents?: true
Size: 305 Bytes
Versions: 4
Compression:
Stored size: 305 Bytes
Contents
require File.expand_path(File.join(File.dirname(__FILE__), '..', '..', 'fathom')) class Fathom::Decision < Fathom::Node undef_method :values undef_method :distribution end if __FILE__ == $0 include Fathom # TODO: Is there anything you want to do to run this file on its own? # Decision.new end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
fathom-0.3.7 | lib/fathom/node/decision.rb |
fathom-0.3.6 | lib/fathom/node/decision.rb |
fathom-0.3.4 | lib/fathom/node/decision.rb |
fathom-0.3.3 | lib/fathom/node/decision.rb |