[Source]
# File tk/lib/tk/image.rb, line 104 def initialize(*args) @type = 'bitmap' super(*args) end
[Validate]