# File lib/rgl/implicit.rb, line 39 39: def initialize 40: @directed = false 41: @vertex_iterator = EMPTY_VERTEX_ITERATOR 42: @adjacent_iterator = EMPTY_NEIGHBOR_ITERATOR 43: yield self if block_given? # Let client overwrite defaults. 44: end