don't pretend to work with hashes
This commit is contained in:
parent
51fc7c0c02
commit
a3f08d8b87
1 changed files with 1 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# $Dwarf: intspan.rb,v 1.18 2005/03/09 18:14:56 ward Exp $
|
||||
# $Dwarf: intspan.rb,v 1.19 2005/03/11 12:06:02 ward Exp $
|
||||
# $Source$
|
||||
|
||||
#
|
||||
|
|
@ -64,9 +64,6 @@ def copy(set_spec)
|
|||
when "Set::IntSpan"
|
||||
print "copy: Calling _copy_set\n" if Debuglevel > 0
|
||||
_copy_set(set_spec)
|
||||
when "Hash"
|
||||
print "copy: Calling _copy_set\n"
|
||||
_copy_set(set_spec)
|
||||
else
|
||||
print "eeps\n"
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue