# File lib/deltacloud/base_driver/features.rb, line 58 def initialize(decl, &block) @decl = decl instance_eval &block if block_given? end