Module: ConversionToEnglish
Overview
TODO:
Move to dmorrill10-utils
Instance Method Summary collapse
Instance Method Details
#to_english ⇒ Object
50 51 52 |
# File 'lib/background/worker_helpers.rb', line 50 def to_english gsub '_', ' ' end |