문제

I Was wondering if anyone had some suggestions to quickly test their coding lines in windows. Right now, I am currently using repl.it

I used to use fxri, but it doesn't work in later versions and I feel that irb lacks a lot of the useful tools that fxri has (example:built in, easily accessible library with descriptions of commands)

Any help would be much appreciated.

도움이 되었습니까?

해결책

The Pry tool is a great learning resource. You can view source code and documentation on demand, and trivially explore a library or program using an intuitive file system metaphor.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top