Sha256: 86d2b284d7a08a8d274fea16fd56d27e3d24addc8a2abe9ecd158ac74160b2b7
Contents?: true
Size: 167 Bytes
Versions: 3
Compression:
Stored size: 167 Bytes
Contents
#!/usr/bin/env ruby require 'space2underscore' result = Space2underscore.convert(ARGV) command = Space2underscore.copy_command(result) puts result; system(command)
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
space2underscore-0.1.1 | bin/space2underscore |
space2underscore-0.1.0 | bin/space2underscore |
space2underscore-0.0.9 | bin/space2underscore |