object.rb 94 Bytes Edit Raw Blame History 1 2 3 4 5 6 class Object def __(*args) gettext(Noosfero.term(*args)) end alias :getterm :__ end