Class: Wuclan::Models::MultiEdge

Inherits:
Object
  • Object
show all
Defined in:
lib/wuclan/twitter/model/multi_edge.rb

Instance Method Summary collapse

Instance Method Details

#strong?Boolean

Returns:

  • (Boolean)


23
24
25
26
27
# File 'lib/wuclan/twitter/model/multi_edge.rb', line 23

def strong?
  # Symmetric relationship, easier
  ( (a_follows_b && b_follows_a) &&
    () )
end