neocities/ext/time.rb
2014-05-02 17:44:31 -07:00

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