[Source]
# File tk/lib/tk/textmark.rb, line 151 def self.new(parent,*args) super(parent, 'insert', *args) end
[Validate]