Method: ConfCtl::MachineList#select
- Defined in:
- lib/confctl/machine_list.rb
#select {|host, machine| ... } ⇒ MachineList
38 39 40 |
# File 'lib/confctl/machine_list.rb', line 38 def select(&) self.class.new(machines: machines.select(&)) end |