Sha256: c82e6df8241ad9e45117f9a3e35f13a9c76627ac0b565bbd7cce55e47bfcb9ba
Contents?: true
Size: 190 Bytes
Versions: 7
Compression:
Stored size: 190 Bytes
Contents
# frozen_string_literal: true module Pennyworth module Models # Defines a standard error. StandardError = Struct.new :name, :file_path, :line_number, keyword_init: true end end
Version data entries
7 entries across 7 versions & 1 rubygems