Method: Tangle::Edge#include?

Defined in:
lib/tangle/edge.rb

#include?(vertex) ⇒ Boolean

Returns:



36
37
38
# File 'lib/tangle/edge.rb', line 36

def include?(vertex)
  each_vertex.include?(vertex)
end