Sha256: 4b575c67b60c9b5703b93b90c5b2846875d41d52901419ff6646b902bdec56e3

Contents?: true

Size: 159 Bytes

Versions: 9

Compression:

Stored size: 159 Bytes

Contents

module Stages
  class Emit < Stage
    def initialize(thing)
      @thing = thing
      super()
    end

    def process
      output @thing
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
stages-1.2.1 lib/stages/emit.rb
stages-1.2.0 lib/stages/emit.rb
stages-1.1.5 lib/stages/emit.rb
stages-1.1.2 lib/stages/emit.rb
stages-1.1.1 lib/stages/emit.rb
stages-1.0.1 lib/stages/emit.rb
stages-1.0.0 lib/stages/emit.rb
stages-0.4.1 lib/stages/emit.rb
stages-0.4.0 lib/stages/emit.rb