TkcItem
# File tk/lib/tk/canvas.rb, line 822 def self.create(canvas, *args) if args[-1].kind_of?(Hash) keys = _symbolkey2str(args.pop) txt = keys['text'] keys['text'] = _get_eval_enc_str(txt) if txt args.push(keys) end super(canvas, *args) end
This page was generated for Ruby 2.2.10
Ruby-doc.org is a service of James Britt and Neurogami, purveyors of fine dance noise.
Generated with Ruby-doc Rdoc Generator 0.44.0.