mirror of
https://github.com/ruby/ruby.git
synced 2025-09-18 01:54:00 +02:00
* ext/tk/lib/multi-tk.rb: freeze callback-entry objects
* ext/tk/lib/tkextlib/tile.rb: support tile-0.6 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@8075 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f132f2705d
commit
7a7bf8b8bf
20 changed files with 550 additions and 63 deletions
|
@ -71,6 +71,7 @@ class MultiTkIp
|
|||
def initialize(ip, cmd)
|
||||
@ip = ip
|
||||
@cmd = cmd
|
||||
freeze
|
||||
end
|
||||
attr_reader :ip, :cmd
|
||||
def inspect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue