class TurnipFormatter::Renderer::Html::RuntimeError

@resource [Array<Exception, TurnipFormatter::Resource::Scenario::XXX>]

Public Instance Methods

runtime_exception() click to toggle source
# File lib/turnip_formatter/renderer/html/runtime_error.rb, line 10
def runtime_exception
  @resource[0]
end
scenario() click to toggle source
# File lib/turnip_formatter/renderer/html/runtime_error.rb, line 14
def scenario
  @resource[1]
end