lib/rley/gfg/grm_flow_graph.rb in rley-0.6.00 vs lib/rley/gfg/grm_flow_graph.rb in rley-0.6.01
- old
+ new
@@ -61,10 +61,10 @@
# Returns a string containing a human-readable representation of the
# production.
# @return [String]
def inspect()
- result = "#<#{self.class.name}:#{self.object_id}"
+ result = "#<#{self.class.name}:#{object_id}"
result << ' @vertices=['
list = vertices.map { |v| "#<#{v.selfie}>" }
result << list.join(', ')
result << '] '
edges = []