Libraries
»
colver
(0.2.1)
»
Index (S)
»
String
Class: String
Inherits:
Object
Object
String
show all
Defined in:
lib/colver/conversions.rb
Instance Method Summary
collapse
#
to_color
⇒ Object
Instance Method Details
#
to_color
⇒
Object
2 3 4
# File 'lib/colver/conversions.rb', line 2
def
to_color
Color
.
new
(
self
)
end