Module: Faiz

Defined in:
lib/faiz.rb,
lib/faiz/version.rb

Constant Summary collapse

VERSION =
"0.0.7"

Class Method Summary collapse

Class Method Details

.fazObject



5
6
7
# File 'lib/faiz.rb', line 5

def self.faz
	"Hello Faz"
end

.whoObject



9
10
11
12
13
14
15
# File 'lib/faiz.rb', line 9

def self.who
	if faz
		"You're a university student"
	else
		"Sorry I cannot recognise you in this system"
	end
end