aboutsummaryrefslogtreecommitdiff
path: root/frame.rb
diff options
context:
space:
mode:
Diffstat (limited to 'frame.rb')
-rw-r--r--frame.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/frame.rb b/frame.rb
index 70216c8..a8d23e6 100644
--- a/frame.rb
+++ b/frame.rb
@@ -11,4 +11,8 @@ class Frame
t.iface = iface
t
end
+
+ def ==(oth)
+ @iface == oth.iface
+ end
end