module Crys class ImageProcessor def initialize(path:, width:, height:, format:) end def path end end end