Method: DAG::Node#repr

Defined in:
lib/zipf/dag.rb

#reprObject



25
26
27
# File 'lib/zipf/dag.rb', line 25

def repr
  "#{to_s} #{@score} out:#{@outgoing} in:[#{@incoming.map{|e| e.to_s}.join ', '}]"
end