Method: ConfCtl::Swpins::ChannelList#pattern
- Defined in:
- lib/confctl/swpins/channel_list.rb
#pattern(pattern) ⇒ Array<Swpins::Channel>
25 26 27 |
# File 'lib/confctl/swpins/channel_list.rb', line 25 def pattern(pattern) select { |c| Pattern.match?(pattern, c.name) } end |