Skip to content

Commit 8f2a6f6

Browse files
committed
Don't need fixnum here
1 parent 9154706 commit 8f2a6f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/octocatalog-diff/catalog-diff/differ.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ def hashdiff_initial(catalog1_in, catalog2_in)
531531

532532
# Added a new key that points to some kind of data structure that we know how
533533
# to handle.
534-
classes = [String, Fixnum, Integer, Float, TrueClass, FalseClass, Array, Hash]
534+
classes = [String, Integer, Float, TrueClass, FalseClass, Array, Hash]
535535
if obj[1] =~ /^(.+)\f([^\f]+)$/ && OctocatalogDiff::Util::Util.object_is_any_of?(obj[2], classes)
536536
hashdiff_add_remove.add(obj[1])
537537
next

0 commit comments

Comments
 (0)