Integer class of PicoRuby
Instance methods
%
instance.%(Float) -> Float
instance.%(Integer) -> Integer
&
instance.&(Integer) -> Integer
*
instance.*(Float) -> Float
instance.*(Integer) -> Integer
**
instance.**(Integer) -> Integer
instance.**(Float) -> Integer
+
instance.+(Integer) -> Integer
instance.+(Float) -> Float
+@
instance.+@() -> Integer
-
instance.-(Integer) -> Integer
instance.-(Float) -> Float
-@
instance.-@() -> Integer
/
instance./(Integer) -> Integer
instance./(Float) -> Float
<
instance.<(Integer) -> bool
«
instance.<<(int) -> Integer
<=
instance.<=(Integer) -> bool
<=>
instance.<=>(Integer) -> Integer
instance.<=>(untyped) -> Integer?
==
instance.==(untyped) -> bool
===
instance.===(untyped) -> bool
>
instance.>(Integer) -> bool
>=
instance.>=(Integer) -> bool
»
instance.>>(int) -> Integer
[]
instance.[](int) -> Integer
instance.[](int i, int len) -> Integer
instance.[](Range[int]) -> Integer
^
instance.^(Integer) -> Integer
abs
instance.abs() -> Integer
chr
instance.chr() -> String
downto
instance.downto(Integer limit) { (Integer) -> void } -> Integer
times
instance.times() { (Integer) -> void } -> self
to_f
instance.to_f() -> Float
to_i
instance.to_i() -> Integer
to_s
instance.to_s() -> String
instance.to_s(2) -> String
instance.to_s(3) -> String
instance.to_s(4) -> String
instance.to_s(5) -> String
instance.to_s(6) -> String
instance.to_s(7) -> String
instance.to_s(8) -> String
instance.to_s(9) -> String
instance.to_s(10) -> String
instance.to_s(11) -> String
instance.to_s(12) -> String
instance.to_s(13) -> String
instance.to_s(14) -> String
instance.to_s(15) -> String
instance.to_s(16) -> String
instance.to_s(17) -> String
instance.to_s(18) -> String
instance.to_s(19) -> String
instance.to_s(20) -> String
instance.to_s(21) -> String
instance.to_s(22) -> String
instance.to_s(23) -> String
instance.to_s(24) -> String
instance.to_s(25) -> String
instance.to_s(26) -> String
instance.to_s(27) -> String
instance.to_s(28) -> String
instance.to_s(29) -> String
instance.to_s(30) -> String
instance.to_s(31) -> String
instance.to_s(32) -> String
instance.to_s(33) -> String
instance.to_s(34) -> String
instance.to_s(35) -> String
instance.to_s(36) -> String
instance.to_s(int base) -> String
upto
instance.upto(Integer limit) { (Integer) -> void } -> Integer
|
instance.|(Integer) -> Integer
~
instance.~() -> Integer