Method: Facebooker::BatchRequest#===

Defined in:
lib/facebooker/batch_request.rb

#===(other) ⇒ Object



29
30
31
# File 'lib/facebooker/batch_request.rb', line 29

def ===(other)
  other === @result
end