class Omarfouad::Omar

Public Class Methods

hello() click to toggle source
# File lib/omarfouad.rb, line 7
def self.hello
        puts "hello, world"
end