Sha256: 61530dcb12882caf536c72b2c00d665d9682f9ce0e7619d0c5c1789c48ec0b41
Contents?: true
Size: 382 Bytes
Versions: 9
Compression:
Stored size: 382 Bytes
Contents
# Here's a sample rexe script that I've been using in my development of rexe. It: # # 1) pipes the help output of rexe into another call to rexe, which # 2) removes the first and last blank lines for easier pasting into the source code, and # 3) pastes the result back into the clipboard for easy insertion into the editor. rexe -h | rexe -mb -op 'self.split("\n")[1..-1]' | pbcopy
Version data entries
9 entries across 9 versions & 1 rubygems