module RubyChocolate

Constants

VERSION

Public Instance Methods

write(*str) click to toggle source
Calls superclass method
# File lib/ruby_chocolate.rb, line 6
def write(*str)
  super("\e[35m#{str.join}\e[45m\e[0m")
end