Class: Wuclan::Models::MultiEdge
- Inherits:
-
Object
- Object
- Wuclan::Models::MultiEdge
- Defined in:
- lib/wuclan/twitter/model/multi_edge.rb
Instance Method Summary collapse
Instance Method Details
#strong? ⇒ 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 |