MachO::MachOError
Raised whenever unfinished code is called.
@param thing [String] the thing that is unimplemented
# File lib/macho/exceptions.rb, line 193 def initialize(thing) super "Unimplemented: #{thing}" end