Sha256: 1f762753c1bfc4a805d1ad5e55d519bef91f4ac967a5d90217e6fad888784d66
Contents?: true
Size: 278 Bytes
Versions: 18
Compression:
Stored size: 278 Bytes
Contents
module Flexite class Diff class SaveDiffService def initialize(stage, response) @stage = stage @response = response end def call Flexite.write("#{Flexite.state_digest}-#{@stage}-show-diff", @response) end end end end
Version data entries
18 entries across 18 versions & 1 rubygems