lib/nanook/key.rb in nanook-1.0.2 vs lib/nanook/key.rb in nanook-2.0.0
- old
+ new
@@ -23,10 +23,10 @@
def info
key_required!
rpc(:key_expand)
end
- def inspect # :nodoc:
+ def inspect
"#{self.class.name}(id: \"#{id}\", object_id: \"#{"0x00%x" % (object_id << 1)}\")"
end
private