Class: Surrogate::Value::Raisable

Inherits:
BaseValue
  • Object
show all
Defined in:
lib/surrogate/values.rb

Instance Method Summary collapse

Methods inherited from BaseValue

#factory, #initialize

Constructor Details

This class inherits a constructor from Surrogate::Value::BaseValue

Instance Method Details

#valueObject

Raises:



38
39
40
# File 'lib/surrogate/values.rb', line 38

def value(*)
  raise @value
end