dgsuarez / reruby

Refactor Ruby
MIT License
35 stars 2 forks source link

Improve require handling #20

Closed dcarral closed 6 years ago

dcarral commented 6 years ago

Pairing with @dgsuarez ;)

These changes move away from working with naked Strings. The require expression is first transformed into an (Absolute) Namespace, allowing nesting calculations from there onwards.

Fixes issue #19.