class Elm::RunStatus
Status if execution of Runnable
Attributes
stderr[R]
stdout[R]
Public Class Methods
new(stdout, with_error: '')
click to toggle source
# File lib/elm/runnable.rb, line 18 def initialize(stdout, with_error: '') @stdout = stdout @stderr = with_error self end