git_stats/lib/git_stats/core_extensions/symbol.rb

7 lines
74 B
Ruby

# -*- encoding : utf-8 -*-
class Symbol
def t
I18n.t self
end
end