lib/fathom/node/data_node.rb in fathom-0.3.2 vs lib/fathom/node/data_node.rb in fathom-0.3.3

- old
+ new

@@ -2,10 +2,10 @@ =begin A DataNode is a node generated from data itself. It stores the data and reveals some statistical measurements for the data. It expects an array or vector of values and generates a vector on demans. =end -class Fathom::DataNode < Node +class Fathom::DataNode < Fathom::Node include NumericMethods def initialize(opts={}) super(opts)