Skip to content

Commit

Permalink
Yard doc ntpath
Browse files Browse the repository at this point in the history
  • Loading branch information
dwelch-r7 committed Mar 5, 2024
1 parent 3671f9d commit 55ed7b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/rex/ntpath.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

module Rex
module Ntpath

# @param [String] path The path to convert into a valid ntpath format
def self.as_ntpath(path)
Pathname.new(path)
.cleanpath
Expand Down

0 comments on commit 55ed7b2

Please sign in to comment.