class Hola

Public Class Methods

hello() click to toggle source
# File lib/hola_finnp.rb, line 3
def self.hello
    p "Hi, I'm Finn. This is my first Ruby gem."
end