Class: RageFlip::Frustrated
- Inherits:
-
Object
- Object
- RageFlip::Frustrated
- Defined in:
- lib/rage_flip/frustrated.rb
Class Method Summary collapse
Class Method Details
.process(text) ⇒ Object
3 4 5 |
# File 'lib/rage_flip/frustrated.rb', line 3 def self.process(text) text.split.map(&:upcase).join(". ") + "." end |