Method: Tx::Map#inspect

Defined in:
lib/tx.rb

#inspectObject



172
173
174
# File 'lib/tx.rb', line 172

def inspect()
  return "\#<%p:0x%x>" % [self.class, self.object_id]
end