Sha256: 37436175a264270f7825e6e34ca1ae0ff2e1235a59ec9f80f924b3617822fa05
Contents?: true
Size: 506 Bytes
Versions: 99
Compression:
Stored size: 506 Bytes
Contents
module EY module Serverside class Shell # Compatibility with old LoggedOutput where the module was included into the class. module Helpers def verbose? shell.verbose? end def warning(*a) shell.warning(*a) end def info(*a) shell.info(*a) end def debug(*a) shell.debug(*a) end def logged_system(*a) shell.logged_system(*a) end end end end end
Version data entries
99 entries across 99 versions & 1 rubygems