Sha256: 0fed9bf74742cb27816dda8c897594cb172369f1bd2784e72fc252242b840582

Contents?: true

Size: 232 Bytes

Versions: 23

Compression:

Stored size: 232 Bytes

Contents

# frozen_string_literal: true

require_relative "bool/to_bool"

module ConvenientService
  module Utils
    module Bool
      class << self
        def to_bool(...)
          ToBool.call(...)
        end
      end
    end
  end
end

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
convenient_service-0.2.1 lib/convenient_service/utils/bool.rb
convenient_service-0.2.0 lib/convenient_service/utils/bool.rb
convenient_service-0.1.0 lib/convenient_service/utils/bool.rb