class RainforestRubyRuntime::WrongReturnValueError
Attributes
returned_value[R]
Public Class Methods
new(returned_value)
click to toggle source
Calls superclass method
# File lib/rainforest_ruby_runtime/exceptions.rb, line 7 def initialize(returned_value) @returned_value = returned_value super "The script must return a Test object" end