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.2
Ruby-doc.org is managed by James Britt and Neurogami. Live curious.
Generated with the Rubydoc Rdoc Generator 0.9.3.