# File lib/core/facets/instance.rb, line 139 def values @delegate.instance_variables.collect do |name| @delegate.instance_variable_get(name) end end