J-_-L
index | github | twitter | irbtools | pws | rubykraut | ruby on ubuntu | zucker | euler | fresh
27.01.11
2 comments

Small Ruby CLI Improvements (Part 2): Wirb!

Many people use irb with wirble. I also did.

I’ve been quite happy with it, but sometimes I noted that some symbols were displayed as : without the symbol name (e.g. in method name arrays) and that the representation of regexes looked quite strange.

This is why I’ve looked at the wirble tokenizer, fixed some bugs, liked it, extended it and created Wirb. These are the improvements: […]

22.01.11

Small Ruby CLI Improvements (Part 1): Command-line Regex Debugging

hints · irb · regex · ruby · zucker

This little method (now also available in zucker/debug) is useful for understanding and creating regexes: […]