refactory ruby dialect

Issue #3 new
Victor Pereira created an issue

Hi,

I would like to know if it's ok if I refactor some blocks like

unless conf.include?(prefix) then raise RuntimeError, sprintf("No host information for %s", prefix) end

to one-liners? like raise Foo unless bar?

Comments (1)

  1. Log in to comment