This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
No gems have been built for this project yet.
commit 32ee4fa37b534c5b046b1bb65d425947841d8e04
tree e6dfc67c507bc1ee4bc2941c8c1b2b27f3f32b05
parent 36e76f35b62860bec3f63c30177115778586b618
tree e6dfc67c507bc1ee4bc2941c8c1b2b27f3f32b05
parent 36e76f35b62860bec3f63c30177115778586b618
... |
... |
|
... |
... |
|












It would be even simpler (and probably faster) to use String#squeeze! and String#chomp! here instead of String#gsub with a regexp, eg: compiled.squeeze!(’/’); compiled.chomp!(’/’)