Tomas Koutsky

Results 1 comments of Tomas Koutsky

I quickly wrote this method to Result class: ``` ruby # Try to parse @raw, when retururned exitcode 0 and @raw isn't "Success". def list_modules if success? && @raw !=...