Method: Arrogance::BlogObject#least_recent

Defined in:
lib/arrogance/objects.rb

#least_recentObject



40
41
42
# File 'lib/arrogance/objects.rb', line 40

def least_recent
  return @aoh[@aoh.length - 1]
end