Module: Voom::Presenters::Helpers::Inflector

Defined in:
lib/voom/presenters/helpers/inflector.rb

Instance Method Summary collapse

Instance Method Details

#humanize(text) ⇒ Object Also known as: titleize



9
10
11
# File 'lib/voom/presenters/helpers/inflector.rb', line 9

def humanize(text)
  inflector.humanize(text)
end

#inflectorObject



5
6
7
# File 'lib/voom/presenters/helpers/inflector.rb', line 5

def inflector
  @_inflector_ ||= Dry::Inflector.new
end