class String
Public Instance Methods
translate(options = {})
click to toggle source
# File lib/vulgata/vulgata_translate_includes.rb, line 8 def translate(options = {}) I18n.backend.vulgata_translate(I18n.locale, self.to_s, options) end