Class: HelloCarla
- Inherits:
-
Object
- Object
- HelloCarla
- Defined in:
- lib/hello_carla.rb
Overview
Gretting Queen C.
Class Method Summary collapse
-
.hello ⇒ String
Greets Carla with “hello”.
Class Method Details
.hello ⇒ String
Greets Carla with “hello”
6 7 8 |
# File 'lib/hello_carla.rb', line 6 def self.hello 'Hello Carla!' end |