Sha256: 2506ac56279ca5f174e8e9ca6c40618c04d24c5c9064d8ff45fc0e428a55ff97
Contents?: true
Size: 521 Bytes
Versions: 4
Compression:
Stored size: 521 Bytes
Contents
# coding: utf-8 =begin rdoc This is a color map for Enhancement to make it easier to deal with colors in FXRuby. To use, just do: include RGB == List of available colors <% for @fxcolor, @fxstring in @fxc %> * <%= @fxcolor.snake %> <% end %> == NOTE WELL This file is generated by fxruby-enhancement. Do NOT modify this file. Modify the ERB template file instead, and run 'rake scrape'. =end module RGB <% for @fxcolor, @fxstring in @fxc %> def <%= @fxcolor.snake %>; <%= @fxstring %>; end <% end %> end
Version data entries
4 entries across 4 versions & 1 rubygems