Class: Hola

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

Class Method Summary collapse

Class Method Details

.helloObject



3
4
5
# File 'lib/hola_finnp.rb', line 3

def self.hello
    p "Hi, I'm Finn. This is my first Ruby gem."
end