Sha256: 0931934bb7fff61217d6d5e4cff3a0999909907e48996359c2027ae11ab0f190
Contents?: true
Size: 200 Bytes
Versions: 52
Compression:
Stored size: 200 Bytes
Contents
# frozen_string_literal: true module GoNative module DSL module ErrorCatchable def call(...) super(...) rescue Error => e warn e.message end end end end
Version data entries
52 entries across 52 versions & 1 rubygems