Class: Jz2021Helloworld::greeting

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

Overview

Your code goes here…

Class Method Summary collapse

Class Method Details

.helloworldObject



8
9
10
# File 'lib/jz2021_helloworld.rb', line 8

def self.helloworld
  'Hello World from JZ!'
end