Sha256: f09a6098609c3981e6e1ba3fa69ac19e1ae55d6a7af22177f1b16dc32038cd8b
Contents?: true
Size: 396 Bytes
Versions: 1
Compression:
Stored size: 396 Bytes
Contents
require 'rainbow' class String [:black, :red, :green, :yellow, :blue, :magenta, :cyan, :white].each do |color| unless instance_methods.include?(color) define_method color do color(color) end end end [:gray, :grey].each do |color| unless instance_methods.include?(color) define_method color do color(:black).bright end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zpng-0.2.1 | lib/zpng/string_ext.rb |