Libraries
»
exctl
(0.0.4)
»
Index (I)
»
Integer
Class: Integer
Inherits:
Object
Object
Integer
show all
Defined in:
lib/shorthand.rb
Instance Method Summary
collapse
#
fact
⇒ Object
Instance Method Details
#
fact
⇒
Object
241
# File 'lib/shorthand.rb', line 241
def
fact
(
)
f
=
1
;
(
1
..
self
)
.
each
{
|
i
|
f
*=
i
}
;
f
end