Sha256: ee6b0d2e436c741902a867f109c1c3ab793c27f10d41c42922416ffac37911b5
Contents?: true
Size: 209 Bytes
Versions: 2
Compression:
Stored size: 209 Bytes
Contents
# frozen_string_literal: true module Kernel # rubocop:disable Naming/MethodName def Fix(subject, **lets, &block) ::Fix.describe(subject, **lets, &block) end # rubocop:enable Naming/MethodName end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
fix-1.0.0.beta2 | lib/kernel.rb |
fix-1.0.0.beta1 | lib/kernel.rb |