# File lib/moneta/mixins.rb, line 62 def features @features ||= superclass.respond_to?(:features) ? superclass.features : [].freeze end