Represents default value evaluated via a callable object
@api private
Evaluates the value via valuecall
@param [Object] args
@return [Object] evaluated value
@api private
# File lib/virtus/attribute/default_value/from_callable.rb, line 28 def call(*args) @value.call(*args) end
Generated with the Darkfish Rdoc Generator 2.