4 5 6
# File 'lib/factorial-cached/Integer.rb', line 4 def factorial(*options) return Factorial::factorial(self, *options); end