1
0
mirror of https://github.com/meineerde/rackstash.git synced 2026-01-23 05:32:54 +00:00
rackstash/lib/rackstash/helpers.rb

14 lines
327 B
Ruby

# frozen_string_literal: true
# Copyright 2017 Holger Just
#
# This software may be modified and distributed under the terms
# of the MIT license. See the LICENSE.txt file for details.
module Rackstash
# Some utility function which are used throughout Rackstash.
module Helpers
end
end
require 'rackstash/helpers/utf8'