Class: Jz2021Helloworld::greeting
- Inherits:
-
Object
- Object
- Jz2021Helloworld::greeting
- Defined in:
- lib/jz2021_helloworld.rb
Overview
Your code goes here…
Class Method Summary collapse
Class Method Details
.helloworld ⇒ Object
8 9 10 |
# File 'lib/jz2021_helloworld.rb', line 8 def self.helloworld 'Hello World from JZ!' end |