Class: Fixnum

Inherits:
Object show all
Defined in:
lib/quiz1/t/solutions/Moses Hohman/util.rb

Instance Method Summary collapse

Instance Method Details

#offset_mod(base) ⇒ Object



24
25
26
# File 'lib/quiz1/t/solutions/Moses Hohman/util.rb', line 24

def offset_mod(base)
	((self-1)%base)+1
end