Sha256: afadbb59a5623b4b9f5b33ef2fd1497c5fef4de9e31963af5058ba6adc54818d

Contents?: true

Size: 348 Bytes

Versions: 1

Compression:

Stored size: 348 Bytes

Contents

# frozen_string_literal: true

require "i18n"
load_dir = File.expand_path("#{File.dirname(__FILE__)}/../../../config/locales")
I18n.load_path += Dir.glob("#{load_dir}/*.{rb,yml}")

require_relative "world/context"
require_relative "world/version"

module Bp3
  module Hello
    module World
      class Error < StandardError; end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bp3-hello-world-0.1.3 lib/bp3/hello/world.rb