402 reputation
413
bio website
location Lviv, Ukraine
age
visits member for 2 years, 1 month
seen yesterday
stats profile views 45

May
21
awarded  Yearling
May
20
awarded  Popular Question
Apr
28
comment Change Ruby exception class to prepend text to original exception message
Thanks, that work perfectly!
Apr
28
accepted Change Ruby exception class to prepend text to original exception message
Apr
28
comment Change Ruby exception class to prepend text to original exception message
Sorry, that was my mistake, I edited the original post. I raise RequiredArgumentMissingError. And RequiredArgumentMissingError is not my class but a class of the thor gem so I can only redefine it, not subclass.
Apr
28
comment Change Ruby exception class to prepend text to original exception message
Why would I redefine RuntimeError when I should redefine RequiredArgumentMissingError?
Apr
28
revised Change Ruby exception class to prepend text to original exception message
added 29 characters in body
Apr
28
revised Change Ruby exception class to prepend text to original exception message
added 300 characters in body
Apr
28
asked Change Ruby exception class to prepend text to original exception message
Apr
28
asked Start/stop return code with Daemons Ruby gem
Apr
18
accepted Execute multiple commands in a bash script sequentially and fail if at least one of them fails
Apr
18
revised Execute multiple commands in a bash script sequentially and fail if at least one of them fails
added 343 characters in body
Apr
18
comment Execute multiple commands in a bash script sequentially and fail if at least one of them fails
@Marian Theisen No, the script must not stop on first error. All the commands in a script need to be run regardless of what status the previous command returned.
Apr
18
asked Execute multiple commands in a bash script sequentially and fail if at least one of them fails
Apr
10
awarded  Popular Question
Apr
8
awarded  Enthusiast
Apr
5
awarded  Popular Question
Mar
23
revised Mutually exclusive options with Thor
added 317 characters in body
Mar
23
comment Mutually exclusive options with Thor
@Mat Sorry, I thought the question is obvious.
Mar
23
asked Mutually exclusive options with Thor