Top Level Namespace

Defined Under Namespace

Modules: Panache

Instance Method Summary collapse

Instance Method Details

#plural(amount, thing) ⇒ Object



157
158
159
# File 'lib/panache.rb', line 157

def plural(amount, thing)
  "#{amount} #{thing}#{"s" unless amount == 1}"
end