Marek Příhoda
Marek Příhoda
Would it be possible to merge this PR? There really should NOT be two identical Readme files.
+1 for ST-like functionality, they have it implemented correctly
I created [a branch](https://github.com/maprihoda/spin/blob/rspec-line-number/bin/spin) that makes it possible for RSpec users to run a single example by adding a line number. The problem is that I'm not sure if this...
@matthuhiggins Can you please provide some example of what you mean?
I changed just the line 199 to `socket.puts ARGV` and all the rspec tests ran ok!
Unfortunately, with `socket.puts ARGV`, I'm getting a `Broken pipe (Errno::EPIPE)` when trying to push two or more files. Also, at this time, I'm not sure how to pass the arguments...