Class: Integer

Inherits:
Object
  • Object
show all
Defined in:
lib/factorial-cached/Integer.rb

Instance Method Summary collapse

Instance Method Details

#factorial(*options) ⇒ Object



4
5
6
# File 'lib/factorial-cached/Integer.rb', line 4

def factorial(*options)
	return Factorial::factorial(self, *options); 
end