Sha256: 849bd37b08dec68e1ef7a5f6f6125921419de9c66beb0d0936564e2d44f21109
Contents?: true
Size: 236 Bytes
Versions: 9
Compression:
Stored size: 236 Bytes
Contents
module Tk class Text class Peer < Text def initialize(tk_parent, options = {}) @tk_parent = tk_parent Tk.execute(tk_parent.tk_pathname, 'peer', 'create', assign_pathname, options) end end end end
Version data entries
9 entries across 9 versions & 1 rubygems