Class: Pontoon::Log
- Inherits:
-
Array
- Object
- Array
- Pontoon::Log
- Defined in:
- lib/pontoon.rb
Instance Method Summary collapse
Instance Method Details
#last(*args) ⇒ Object
43 44 45 |
# File 'lib/pontoon.rb', line 43 def last(*args) self.any? ? super(*args) : LogEntry.new(nil, nil, nil) end |