class Integer

Public Instance Methods

factorial(*options) click to toggle source
# File lib/factorial-cached/Integer.rb, line 4
def factorial(*options)
        return Factorial::factorial(self, *options); 
end