Sha256: b31b25f010bf6784c3b290416981e431a58ae2b51814d8ffc40115a905a3f25a

Contents?: true

Size: 178 Bytes

Versions: 1

Compression:

Stored size: 178 Bytes

Contents

module Rlyeh
  module DeepOnes
    class TypableMap
      def initialize(app)
        @app = app
      end

      def call(env)
        @app.call env
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rlyeh-0.0.2 lib/rlyeh/deep_ones/typablemap.rb