Method: VMC::Cli::FileHelper#ignore_sockets
- Defined in:
- lib/cli/file_helper.rb
#ignore_sockets(files) ⇒ Object
87 88 89 |
# File 'lib/cli/file_helper.rb', line 87 def ignore_sockets(files) files.reject { |f| File.socket? f } end |
87 88 89 |
# File 'lib/cli/file_helper.rb', line 87 def ignore_sockets(files) files.reject { |f| File.socket? f } end |