Class: HelloMeleu

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

Overview

Class used to greet meleu with “hello”.

Class Method Summary collapse

Class Method Details

.helloString

Greets meleu with “hello”.

Returns:

  • (String)

    “Hello meleu!”



6
7
8
# File 'lib/hello_meleu.rb', line 6

def self.hello
  'Hello meleu!'
end