Method: Cluster#labeled

Defined in:
lib/cluster.rb

#labeled(name) ⇒ Object



53
54
55
# File 'lib/cluster.rb', line 53

def labeled(name)
  @sub.instances.select {|i| i.identified_by? name}
end