Methods
N
Class Public methods
new(*args)
# File ext/tk/lib/tk/image.rb, line 124
def initialize(*args)
  @type = 'bitmap'
  super(*args)
end