Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/hermeneutics/color.rb
Instance Method Summary collapse
- #to_gray ⇒ Object (also: #to_grey)
- #to_rgb ⇒ Object
Instance Method Details
#to_gray ⇒ Object Also known as: to_grey
265 266 267 |
# File 'lib/hermeneutics/color.rb', line 265 def to_gray (Integer self).to_gray end |
#to_rgb ⇒ Object
269 270 271 |
# File 'lib/hermeneutics/color.rb', line 269 def to_rgb Hermeneutics::Color.from_s self end |