Skip to content

Commit

Permalink
remove initialize
Browse files Browse the repository at this point in the history
  • Loading branch information
shinokaro committed May 28, 2024
1 parent 4becbf1 commit bed074e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions bin/ocran
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ module Ocran
SEPARATOR_PAT = /[#{Regexp.quote File::ALT_SEPARATOR.to_s}#{Regexp.quote File::SEPARATOR}]/
ABSOLUTE_PAT = /\A([A-Z]:)?#{SEPARATOR_PAT}/i

def initialize(path)
@path = path
end

# Compares two paths for equality based on the case sensitivity of the
# Ruby execution environment's file system.
# If the file system is case-insensitive, it performs a case-insensitive
Expand Down

0 comments on commit bed074e

Please sign in to comment.