Class: HelloMeleu
- Inherits:
-
Object
- Object
- HelloMeleu
- Defined in:
- lib/hello_meleu.rb
Overview
Class used to greet meleu with “hello”.
Class Method Summary collapse
-
.hello ⇒ String
Greets meleu with “hello”.
Class Method Details
.hello ⇒ String
Greets meleu with “hello”.
6 7 8 |
# File 'lib/hello_meleu.rb', line 6 def self.hello 'Hello meleu!' end |