Method: GraphLab::Stack#inspect

Defined in:
lib/graphlab.rb

#inspectObject

return a string representation of the array



601
602
603
# File 'lib/graphlab.rb', line 601

def inspect
	return to_s
end