Method: Path#identical?

Defined in:
lib/path/file_predicates.rb

#identical?(path) ⇒ Boolean

See File.identical?.

Returns:

  • (Boolean)


140
141
142
# File 'lib/path/file_predicates.rb', line 140

def identical?(path)
  File.identical?(@path, path)
end