Module: CommentBoxIntegerExtensions

Defined in:
lib/commentbox.rb

Instance Method Summary collapse

Instance Method Details

#is_even?Boolean

Returns:

  • (Boolean)


47
48
49
# File 'lib/commentbox.rb', line 47

def is_even?
	self % 2 == 0
end