Libraries
»
tinct
(0.0.2)
»
Index (I)
»
Integer
Class: Integer
Inherits:
Object
Object
Integer
show all
Defined in:
lib/integer.rb
Instance Method Summary
collapse
#
to_tinct
(rgba = false) ⇒ Object
Instance Method Details
#
to_tinct
(rgba = false) ⇒
Object
2 3 4
# File 'lib/integer.rb', line 2
def
to_tinct
(
rgba
=
false
)
Tinct
.
from_i
(
self
,
rgba
)
end