aboutsummaryrefslogtreecommitdiff
path: root/frame.rb
diff options
context:
space:
mode:
authorNat Lasseter <user@4574.co.uk>2024-05-05 13:26:48 +0100
committerNat Lasseter <user@4574.co.uk>2024-05-05 13:26:48 +0100
commit18728ccf1262f3cd1425a8277264d18af73a8a26 (patch)
tree2638206ebc797419420a6015323affa0fd4013fd /frame.rb
parente55e883718d4ef025171d25a3e31c84e3175d6fc (diff)
L1 playable
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