Sha256: 73841070a989b7dd836d2cd89e5e9ab4967aae77f402ede5a7915510c4d9bbe8
Contents?: true
Size: 281 Bytes
Versions: 3
Compression:
Stored size: 281 Bytes
Contents
# frozen_string_literal: true module Bp3 module Hello module World # Context says it all class Context def self.say_it! I18n.t('hello.world') end def say_it! self.class.say_it! end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
bp3-hello-world-0.1.6 | lib/bp3/hello/world/context.rb |
bp3-hello-world-0.1.5 | lib/bp3/hello/world/context.rb |
bp3-hello-world-0.1.4 | lib/bp3/hello/world/context.rb |