class Hola

Public Class Methods

hallo() click to toggle source
# File lib/hola.rb, line 6
def self.hallo
    puts "Hallo wereld!"
end
hi() click to toggle source
# File lib/hola.rb, line 2
def self.hi
    puts "Hello world!"
end