Comment on Show HN: Pythonpy – the swiss army knife of the command lineComments−fsiefken12yis there a ruby equivalent?−judofyr12y $ ruby -e 'puts (0...3).to_a' | ruby -ne 'p $_.to_i*7' $ ruby -e 'puts (0...8).to_a' | ruby -ne 'puts $_ if $_.to_i % 2 == 0'−__debug__12yCheck out https://github.com/grosser/pru
Comments
is there a ruby equivalent?
Check out https://github.com/grosser/pru