Maintenance of Ruby 2.0.0 will end on February 24, 2016. Read more
String
# File tk/lib/tk/text.rb, line 237 def self.at(x,y) self.new("@#{x},#{y}") end
# File tk/lib/tk/text.rb, line 241 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 251 def id self end
This page was generated for Ruby 2.0.0
Ruby-doc.org is a service of James Britt and Neurogami, an application development company in Scottsdale, AZ.
Generated with Ruby-doc Rdoc Generator 0.33.0.