estum - Overview

Pinned Loading

  1. Rails Boot Inquirer: Allows to select which bundle groups to boot in the current rails process

    Ruby 2 1

  2. The Tuple type implementation for Dry::Types

    Ruby 8

  3. Universal meta mapper for dry-logic & dry-types.

    Ruby

  4. 1

    # This module can be used to easy make callable object or class

    2

    # to be used as a block argument with the <tt>&</tt> operator. It just

    3

    # implements the +to_proc+ method.
  5. 1

    # frozen_string_literal: true

    4

      _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}"
  6. 1

    # frozen_string_literal: true

    3

    require 'concurrent/map'

    5

    # {include:file:concurrent/map.rb}