Class: HelloCarla

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

Overview

Gretting Queen C.

Class Method Summary collapse

Class Method Details

.helloString

Greets Carla with “hello”

Returns:

  • (String)

    “Hello Carla!”



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

def self.hello
  'Hello Carla!'
end