Extended maintenance of Ruby 1.9.3 ended on February 23, 2015. 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 1.9.3
Ruby-doc.org is provided by James Britt and Neurogami. Hack your world. Feed your head. Live curious.
Generated with Ruby-doc Rdoc Generator 0.44.0.