Module: RubyChocolate

Defined in:
lib/ruby_chocolate.rb,
lib/ruby_chocolate/version.rb

Defined Under Namespace

Classes: Error

Constant Summary collapse

VERSION =
"0.1.2"

Instance Method Summary collapse

Instance Method Details

#write(*str) ⇒ Object



6
7
8
# File 'lib/ruby_chocolate.rb', line 6

def write(*str)
  super("\e[35m#{str.join}\e[45m\e[0m")
end