Sha256: 23b43d82b1a01f32f529fdf58b30fad065b8d176fa56332f4f8c3cd095e8ddda

Contents?: true

Size: 385 Bytes

Versions: 8

Compression:

Stored size: 385 Bytes

Contents

# frozen_string_literal: true

module ConvenientService
  module Examples
    module Standard
      module RequestParams
        module Entities
          class Logger
            class << self
              def log(message, out: $stdout)
                out.puts message

                message
              end
            end
          end
        end
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
convenient_service-0.12.0 lib/convenient_service/examples/standard/request_params/entities/logger.rb
convenient_service-0.11.0 lib/convenient_service/examples/standard/request_params/entities/logger.rb
convenient_service-0.10.1 lib/convenient_service/examples/standard/request_params/entities/logger.rb
convenient_service-0.10.0 lib/convenient_service/examples/standard/request_params/entities/logger.rb
convenient_service-0.9.0 lib/convenient_service/examples/standard/request_params/entities/logger.rb
convenient_service-0.8.0 lib/convenient_service/examples/standard/request_params/entities/logger.rb
convenient_service-0.7.0 lib/convenient_service/examples/standard/request_params/entities/logger.rb
convenient_service-0.6.0 lib/convenient_service/examples/standard/request_params/entities/logger.rb