Warning: set_time_limit() [function.set-time-limit]: Cannot set time limit - prohibited by configuration in /home/u547966/brikov.ru/www/wp-content/plugins/admin-menu-editor/menu-editor.php on line 745
require 'paint'
module Kernel
private
# A helper method similar to puts for printing a String on STDOUT
# Passes all arguments to Paint.[]
def pa(*args)
puts Paint[*args]
end
end