mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
7 lines
No EOL
140 B
Ruby
7 lines
No EOL
140 B
Ruby
class Time
|
|
alias_method :ago_original, :ago
|
|
|
|
def ago
|
|
ago_original.downcase.gsub('right now, this very moment.', 'just now')
|
|
end
|
|
end |