spring icon indicating copy to clipboard operation
spring copied to clipboard

IO.console is nil when running inside a Spring process

Open thegranddesign opened this issue 8 years ago • 0 comments

I'm trying to make something that goes the full width of the console.

Typically I can do this either by stealing the bit from rake here or by using IO.console.winsize.

I prefer IO.console.winsize because it's exponentially faster than shelling out. Unfortunately, when running a spring process, IO.console is nil. The rake method still works, however, as I mentioned, it's very slow comparatively.

thegranddesign avatar May 13 '16 17:05 thegranddesign