Class: Surrogate::Value::Recursive

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

#value(hatchling, method_name) ⇒ Object



49
50
51
# File 'lib/surrogate/values.rb', line 49

def value(hatchling, method_name)
  @value.value hatchling, method_name
end