class ImageProcessing::Builder
def call!(**options)
def call!(**options) Pipeline.new(self.options).call(**options) end
def initialize(options)
def initialize(options) @options = options end
def call!(**options) Pipeline.new(self.options).call(**options) end
def initialize(options) @options = options end