@api public
# File lib/virtus/attribute/lazy_default.rb, line 7 def get(instance) if instance.instance_variable_defined?(instance_variable_name) super else set_default_value(instance) end end
[Validate]
Generated with the Darkfish Rdoc Generator 2.