Libraries
»
ustate-client
(0.0.8)
»
Index
»
UState
»
Query
»
Binarity
»
#initialize
Method: UState::Query::Binarity#initialize
Defined in:
lib/ustate/query/binarity.rb
#
initialize
(a, b) ⇒
Object
2 3 4 5
# File 'lib/ustate/query/binarity.rb', line 2
def
initialize
(
a
,
b
)
@a
=
a
@b
=
b
end