aboutsummaryrefslogtreecommitdiff
path: root/frame.rb
diff options
context:
space:
mode:
Diffstat (limited to 'frame.rb')
-rw-r--r--frame.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/frame.rb b/frame.rb
index a8d23e6..a61c547 100644
--- a/frame.rb
+++ b/frame.rb
@@ -13,6 +13,7 @@ class Frame
end
def ==(oth)
+ @description == oth.description &&
@iface == oth.iface
end
end