# File lib/virtus/attribute/default_value/from_callable.rb, line 28
        def call(*args)
          @value.call(*args)
        end