Class: Hellome

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

Overview

Hellome with hi method.

Class Method Summary collapse

Class Method Details

.hiObject



5
6
7
# File 'lib/hello23.rb', line 5

def self.hi
  puts 'Hello User, welcome!'
end