class Raft::Log
Public Instance Methods
last(*args)
click to toggle source
Calls superclass method
# File lib/raft.rb, line 43 def last(*args) self.any? ? super(*args) : LogEntry.new(nil, nil, nil) end