class Hola

Public Class Methods

hi() click to toggle source
# File lib/hola_danesloh.rb, line 2
def self.hi
                puts "hello world!"
end