✨ Recognize teammates in slack by awarding them sparkles!
at main 9 lines 140 B view raw
1# auto_register: false 2# frozen_string_literal: true 3 4require "dry/operation" 5 6module Sparkles 7 class Operation < Dry::Operation 8 end 9end