Class: Surrogate::Value::Raisable

Inherits:
Surrogate::Value show all
Defined in:
lib/surrogate/values.rb

Instance Method Summary collapse

Methods inherited from Surrogate::Value

factory, #factory, #initialize

Constructor Details

This class inherits a constructor from Surrogate::Value

Instance Method Details

#valueObject

Raises:



42
43
44
# File 'lib/surrogate/values.rb', line 42

def value(*)
  raise @value
end