Sha256: e070f65c50393a3bd05a14ceb06aaed4feaa7c4b57cc7c177bc8ead22193c1eb

Contents?: true

Size: 297 Bytes

Versions: 2

Compression:

Stored size: 297 Bytes

Contents

require File.expand_path(File.join(File.dirname(__FILE__), '..', '..', 'fathom'))
class Fathom::Decision < 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

2 entries across 2 versions & 1 rubygems

Version Path
fathom-0.3.2 lib/fathom/node/decision.rb
fathom-0.3.1 lib/fathom/node/decision.rb