Method: CMagick::LoadImage#show

Defined in:
lib/cmagick.rb

#showObject



27
28
29
30
31
32
33
34
35
# File 'lib/cmagick.rb', line 27

def show
  ansi_colors.each do |ansi_color|
    ansi_color.each do |code|
      print "#{color(code)}  "
    end
    puts
  end
  puts
end