Class: Hola
- Inherits:
-
Object
- Object
- Hola
- Defined in:
- lib/hola.rb
Class Method Summary collapse
Class Method Details
.hi ⇒ Object
2 3 4 |
# File 'lib/hola.rb', line 2 def self.hi puts "Hello world!" end |
.private_hi ⇒ Object
8 9 10 |
# File 'lib/hola.rb', line 8 def self.private_hi puts "Privately Hello world!" end |