Sha256: 5a8fab172df2e77392f22e786d9698cf32a40fba72e04bd85160db3f8f9e89ff

Contents?: true

Size: 1.06 KB

Versions: 5

Compression:

Stored size: 1.06 KB

Contents

# rubocop:disable Naming/FileName
# rubocop:enable Naming/FileName
# frozen_string_literal: true

require 'active_support'
require 'active_support/core_ext/time'
require 'active_support/core_ext/numeric'
require 'parallel'

require_relative 'cotcube-helpers/array_ext'
require_relative 'cotcube-helpers/enum_ext'
require_relative 'cotcube-helpers/hash_ext'
require_relative 'cotcube-helpers/range_ext'
require_relative 'cotcube-helpers/string_ext'
require_relative 'cotcube-helpers/datetime_ext'
require_relative 'cotcube-helpers/subpattern'
require_relative 'cotcube-helpers/parallelize'
require_relative 'cotcube-helpers/simple_output'
require_relative 'cotcube-helpers/simple_series_stats'
require_relative 'cotcube-helpers/input'
require_relative 'cotcube-helpers/reduce'

module Cotcube
  module Helpers
    module_function :sub,
                    :parallelize,
                    :reduce,
                    :simple_series_stats,
                    :keystroke

    # please not that module_functions of source provided in private files must be published there
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
cotcube-helpers-0.1.8 lib/cotcube-helpers.rb
cotcube-helpers-0.1.7.4 lib/cotcube-helpers.rb
cotcube-helpers-0.1.7.3 lib/cotcube-helpers.rb
cotcube-helpers-0.1.7.2 lib/cotcube-helpers.rb
cotcube-helpers-0.1.7.1 lib/cotcube-helpers.rb