File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -569,11 +569,11 @@ def initialize
569569
570570 # Parse traces from a logfile
571571 #
572- # @param file [String] Path to the logfile. Paths ending in `.gz` will
573- # be read using a `Zlib::GzipReader`.
574- # @param file [IO] `IO` object that returns Puppet Server log lines.
575- # The `close` method will be called on the `IO` instance as a result
576- # of parsing.
572+ # @param file [String, IO] A String instance giving a path to the logfile.
573+ # Paths ending in `.gz` will be read using a `Zlib::GzipReader`.
574+ # An `IO` object that returns Puppet Server log lines may also be passed .
575+ # The `close` method will be called on the passed `IO` instance when
576+ # parsing completes .
577577 #
578578 # @return [void]
579579 def parse_file ( file )
You can’t perform that action at this time.
0 commit comments