module Glitz

Constants

COLORS
EFFECTS
VERSION

Public Class Methods

included(klass) click to toggle source
# File lib/glitz.rb, line 23
def self.included(klass)
  String.instance_eval do
    extend ClassMethods
    include InstanceMethods
  end
end