Sha256: 510016aaf2bdc8a947f9e689afbcf6ba3de2938d10607c95694440946214932c
Contents?: true
Size: 139 Bytes
Versions: 2
Compression:
Stored size: 139 Bytes
Contents
module Industrialist class WarningHelper def self.warning(message) warn("#{caller(3..3).first}: #{message}") end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
industrialist-1.0.1 | lib/industrialist/warning_helper.rb |
industrialist-1.0.0 | lib/industrialist/warning_helper.rb |