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