# File lib/logging/layouts/pattern.rb, line 6 def self.pattern( *args ) return ::Logging::Layouts::Pattern if args.empty? ::Logging::Layouts::Pattern.new(*args) end