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