String
# File tk/lib/tk/text.rb, line 238 def self.at(x,y) self.new("@#{x},#{y}") end
# File tk/lib/tk/text.rb, line 242 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 252 def id self end
This page was generated for Ruby 2.3.4
Ruby-doc.org is provided by James Britt and Neurogami. Maximum R+D.
Generated with Ruby-doc Rdoc Generator 0.36.0.