# File lib/logging/appenders.rb, line 28 def io( *args ) return ::Logging::Appenders::IO if args.empty? ::Logging::Appenders::IO.new(*args) end