Class: GemTestFukuhara::Translator

Inherits:
Object
  • Object
show all
Defined in:
lib/gem_test_fukuhara/translator.rb

Class Method Summary collapse

Class Method Details

.shout(word) ⇒ Object



3
4
5
# File 'lib/gem_test_fukuhara/translator.rb', line 3

def self.shout(word)
  word.split('').join('') + ''
end