Method: Fairy::CFilter#each_node_exist_only
- Defined in:
- lib/fairy/master/c-filter.rb
#each_node_exist_only(&block) ⇒ Object
146 147 148 149 |
# File 'lib/fairy/master/c-filter.rb', line 146 def each_node_exist_only(&block) nodes = @nodes_mutex.synchronize{@nodes.dup} nodes.each &block end |