提交 71e0cf6d 编写于 作者: A Aaron Patterson

removing unused code

上级 09a58470
......@@ -12,13 +12,6 @@ def initialize(array, attribute_names_and_types)
@attributes = nil
end
def == other
super ||
Array === other &&
array == other.array &&
attribute_names_and_types == other.attribute_names_and_types
end
def engine
@engine ||= Memory::Engine.new
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册