Module: RubyChocolate
- Defined in:
- lib/ruby_chocolate.rb,
lib/ruby_chocolate/version.rb
Defined Under Namespace
Classes: Error
Constant Summary collapse
- VERSION =
"0.1.1"
Instance Method Summary collapse
Instance Method Details
#puts(*args) ⇒ Object
6 7 8 |
# File 'lib/ruby_chocolate.rb', line 6 def puts(*args) super("\e[35m#{args.join}\e[45m\e[0m") end |