Module: RubyBox::Bridging
Instance Method Summary collapse
Instance Method Details
#stderr ⇒ Object
72 73 74 |
# File 'lib/ruby_box/bridging.rb', line 72 def stderr @stderr ||= [] end |
#stdout ⇒ Object
68 69 70 |
# File 'lib/ruby_box/bridging.rb', line 68 def stdout @stdout ||= [] end |