Libraries
»
colver
(0.2.1)
»
Index (A)
»
Array
Class: Array
Inherits:
Object
Object
Array
show all
Defined in:
lib/colver/conversions.rb
Instance Method Summary
collapse
#
to_color
⇒ Object
Instance Method Details
#
to_color
⇒
Object
8 9 10
# File 'lib/colver/conversions.rb', line 8
def
to_color
Color
.
new
(
self
)
end