Extended maintenance of Ruby versions 1.8.7 and 1.9.2 ended on July 31, 2014. Read more
String
# File tk/lib/tk/text.rb, line 231 def self.at(x,y) self.new("@#{x},#{y}") end
# File tk/lib/tk/text.rb, line 235 def self.new(str) if str.kind_of?(String) super(str) elsif str.kind_of?(Symbol) super(str.to_s) else str end end
# File tk/lib/tk/text.rb, line 245 def id self end
This page was generated for Ruby 1.8.7
Ruby-doc.org is provided by James Britt and Neurogami. Maximum R+D.
Generated with Ruby-doc Rdoc Generator 0.44.0.