# File lib/virtus/attribute/default_value/from_symbol.rb, line 28 def call(instance, _) instance.respond_to?(@value, true) ? instance.send(@value) : @value end