module AIX::Errlog

Constants

PARSE_REGEX

Public Class Methods

open(*args, &block) click to toggle source

Simple convenince shortcut to access AIX::Errlog::Errlog.open

# File lib/aix/errlog/errlog.rb, line 11
def self.open(*args, &block)
  ::AIX::Errlog::Errlog.open(*args, &block)
end