The Artima Developer Community
Sponsored Link

Ruby Buzz Forum
Small Ruby CLI Improvements (Part 2): Wirb!

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Jan Lelis

Posts: 136
Nickname: rbjl
Registered: Aug, 2009

Jan Lelis is an IT student from Dresden/Germany
Small Ruby CLI Improvements (Part 2): Wirb! Posted: Jan 27, 2011 3:06 PM
Reply to this message Reply

This post originated from an RSS feed registered with Ruby Buzz by Jan Lelis.
Original Post: Small Ruby CLI Improvements (Part 2): Wirb!
Feed Title: rbJ*_*L.net
Feed URL: http://feeds.feedburner.com/rbJL
Feed Description: Hi, I am a fan of Ruby and like to explore it and the world around ;). So I started this blog, where I am publishing code snippets, tutorials for beginners as well as general thoughts about Ruby, the web or programming in general.
Latest Ruby Buzz Posts
Latest Ruby Buzz Posts by Jan Lelis
Latest Posts From rbJ*_*L.net

Advertisement

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:

  • Basic support for regexes
  • Support for generic objects, especially sets and enumerators
  • Fixes some symbol bugs (e.g. :+, :*, …)
  • No changes to the inspect value (e.g. ranges with 4 instead of 3 dots)
  • Comes with tests
  • Can be used without irb

Screenshot of the spec output to get an impression: ;)

Wirb test suite

Github page

Color schemas wanted!

CC-BY (DE)

Read: Small Ruby CLI Improvements (Part 2): Wirb!

Topic: Small Ruby CLI Improvements (Part 2): Wirb! Previous Topic   Next Topic Topic: Using git add -A

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use