Class: Numeric
- Inherits:
-
Object
- Object
- Numeric
- Defined in:
- bin/git-wtf
Instance Method Summary collapse
Instance Method Details
#pluralize(s) ⇒ Object
82 |
# File 'bin/git-wtf', line 82 def pluralize s; "#{to_s} #{s}" + (self != 1 ? "s" : "") end |