Sha256: 9fe3feb90c5ce38faecc6a836563720b1c65dcbc6093c3aa73193702a2e36f79
Contents?: true
Size: 264 Bytes
Versions: 2
Compression:
Stored size: 264 Bytes
Contents
module Context # Implements some rudimentary logging for context. # This is basically just to output warnings. class Log def Log::warning(system, message) $stderr.print("WARNING #{system}: #{message}\n") end end end
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
jldrill-0.5.1.7 | lib/Context/Log.rb |
context-0.0.22 | lib/Context/Log.rb |