# File lib/skeleton/path.rb, line 67
    def operation(type, &block)
      @operations[type] = Skeleton::Operation.new
      @operations[type].instance_eval(&block)
      @operations[type]
    end