class GitReflow::Sandbox::CommandError

Attributes

output[R]

Public Class Methods

new(output, *args) click to toggle source
Calls superclass method
# File lib/git_reflow/sandbox.rb, line 17
def initialize(output, *args)
  @output = output
  super(*args)
end