Sha256: f87be1bcd1066c8d1a357fc43934af1fe4d55237b4c578943944768d20c1801d

Contents?: true

Size: 281 Bytes

Versions: 2

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

2 entries across 2 versions & 1 rubygems

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