class ShellExecutionException

Attributes

shell_result[R]

Public Class Methods

new(shell_result) click to toggle source
# File lib/ceedling/tool_executor.rb, line 6
def initialize(shell_result)
  @shell_result = shell_result
end