Sha256: 232297236b5c80b8927599ddea3d0d3281cbca66f9340ccc1843214e7356f951

Contents?: true

Size: 556 Bytes

Versions: 12

Compression:

Stored size: 556 Bytes

Contents

# frozen_string_literal: true

require "containable"

module Pipeable
  module Steps
    # Registers default steps.
    module Container
      extend Containable

      register :alt, Or
      register :amap, Amap
      register :as, As
      register :bind, Bind
      register :check, Check
      register :fmap, Fmap
      register :insert, Insert
      register :map, Map
      register :merge, Merge
      register :tee, Tee
      register :to, To
      register :try, Try
      register :use, Use
      register :validate, Validate
    end
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
pipeable-1.2.0 lib/pipeable/steps/container.rb
pipeable-1.1.0 lib/pipeable/steps/container.rb
pipeable-1.0.0 lib/pipeable/steps/container.rb
pipeable-0.14.0 lib/pipeable/steps/container.rb
pipeable-0.13.0 lib/pipeable/steps/container.rb
pipeable-0.12.0 lib/pipeable/steps/container.rb
pipeable-0.11.0 lib/pipeable/steps/container.rb
pipeable-0.10.0 lib/pipeable/steps/container.rb
pipeable-0.9.1 lib/pipeable/steps/container.rb
pipeable-0.9.0 lib/pipeable/steps/container.rb
pipeable-0.8.0 lib/pipeable/steps/container.rb
pipeable-0.7.0 lib/pipeable/steps/container.rb