# File lib/deltacloud/base_driver/features.rb, line 31 def initialize(name, &block) @name = name @operations = [] instance_eval &block end