Sha256: b1686501856172ae5bc5d785c2334a693074f3f17b78b960ee69b401b303acaf
Contents?: true
Size: 130 Bytes
Versions: 26
Compression:
Stored size: 130 Bytes
Contents
#!/usr/bin/env ruby WORDS_REGEX = /\w+/ STDIN.each_line do |line| words = line.scan(WORDS_REGEX) puts File.join(*words) end
Version data entries
26 entries across 26 versions & 1 rubygems
Version | Path |
---|---|
ix-cli-0.0.6 | bin/ix-path |
ix-cli-0.0.5 | bin/ix-path |
ix-cli-0.0.4 | bin/ix-path |
ix-cli-0.0.3 | bin/ix-path |
ix-cli-0.0.2 | bin/ix-path |
ix-cli-0.0.1 | bin/ix-path |