Libraries
»
ektoplayer
(0.1.22)
»
Index
»
UI
»
Point
»
#==
Method: UI::Point#==
Defined in:
lib/ektoplayer/ui.rb
#
==
(p) ⇒
Object
225
# File 'lib/ektoplayer/ui.rb', line 225
def
==
(
p
)
@x
==
p
.
x
and
@y
==
p
.
y
end