Sha256: 8485dd0537336968704d64b95dfc262df5e3636398241895e612d92a745edda9

Contents?: true

Size: 186 Bytes

Versions: 1

Compression:

Stored size: 186 Bytes

Contents

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

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

Version data entries

1 entries across 1 versions & 1 rubygems

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