# File ai/csp/int.rb, line 28
def
initialize
(
v1
,
v2
)
super
(
v1
,
v2
) {
|
a
,
b
|
a
==
b
}
end