class DoctorIpsum::Base
Public Class Methods
fetch(from)
click to toggle source
# File lib/doctor_ipsum.rb, line 10 def fetch(from) I18n.translate(from) end
# File lib/doctor_ipsum.rb, line 10 def fetch(from) I18n.translate(from) end