class MachO::RpathExistsError
Raised when attempting to add an rpath that already exists.
Public Class Methods
new(path)
click to toggle source
@param path [String] the extant path
Calls superclass method
# File lib/macho/exceptions.rb, line 185 def initialize(path) super "#{path} already exists" end