Sha256: 29c4d51d58d750b25460a12086712e43909bb21e42b919b0c4eeb7e047027e0e

Contents?: true

Size: 160 Bytes

Versions: 1

Compression:

Stored size: 160 Bytes

Contents

# frozen_string_literal: true

module Fear
  module PartialFunction
    Empty = EmptyPartialFunction.new
    Empty.freeze

    public_constant :Empty
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fear-3.0.0 lib/fear/partial_function/empty.rb