Sha256: 04b41113e1afb18201ce117662c94b1ce31587c8276b2cdee3e6e8f9b8bb5040
Contents?: true
Size: 283 Bytes
Versions: 1
Compression:
Stored size: 283 Bytes
Contents
# frozen_string_literal: true require "i18n" I18n.load_path += Dir["#{File.expand_path("config/locales")}/*.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.2 | lib/bp3/hello/world.rb |