estum - Overview
Pinned Loading
-
The Tuple type implementation for Dry::Types
Ruby 8
-
Universal meta mapper for dry-logic & dry-types.
Ruby
-
1
# This module can be used to easy make callable object or class2
# to be used as a block argument with the <tt>&</tt> operator. It just3
# implements the +to_proc+ method. -
1
# frozen_string_literal: true4
_patterns = [[/LATERAL$/, 'ON true'], [/^(?:NATURAL|CROSS)/, '']].deep_freeze!
5
_exception = "expected one non-blank argument of `on' or `using' unless type matches one of: #{_patterns.map(&:first).inspect}"
-
1
# frozen_string_literal: true3
require 'concurrent/map'
5
# {include:file:concurrent/map.rb}