# File lib/logging/layouts.rb, line 7 def basic( *args ) return ::Logging::Layouts::Basic if args.empty? ::Logging::Layouts::Basic.new(*args) end