Class: RubyChocolate::Object

Inherits:
Object
  • Object
show all
Defined in:
lib/ruby_chocolate.rb

Instance Method Summary collapse

Instance Method Details

#puts(*args) ⇒ Object



8
9
10
# File 'lib/ruby_chocolate.rb', line 8

def puts(*args)
  __puts__("\e[35m#{args.join}\e[45m\e[0m")
end