Object
# File lib/syncache/remote.rb, line 21 def initialize @id = rand(9223372036854775808) @timestamp = Time.now end
# File lib/syncache/remote.rb, line 28 def ===(other) other.kind_of?(Placeholder) and other.id == @id end
[Validate]
Generated with the Darkfish Rdoc Generator 2.