Class: Hellome
- Inherits:
-
Object
- Object
- Hellome
- Defined in:
- lib/hello23.rb
Overview
Hellome with hi method.
Class Method Summary collapse
Class Method Details
.hi ⇒ Object
5 6 7 |
# File 'lib/hello23.rb', line 5 def self.hi puts 'Hello User, welcome!' end |