Sha256: 35e8af5c94ab7445f3dc3583e8289b32d11479029b72c2a31d229c76b3d3b327
Contents?: true
Size: 247 Bytes
Versions: 8
Compression:
Stored size: 247 Bytes
Contents
# frozen_string_literal: true module Getch module Void class PreConfig def initialize x end private def x Getch::Config::Locale.new Getch::Config::PreNetwork.new end end end end
Version data entries
8 entries across 8 versions & 1 rubygems