class Pontoon::Log

Public Instance Methods

last(*args) click to toggle source
Calls superclass method
# File lib/pontoon.rb, line 43
def last(*args)
  self.any? ? super(*args) : LogEntry.new(nil, nil, nil)
end