class MachO::UnimplementedError
Raised whenever unfinished code is called.
Public Class Methods
new(thing)
click to toggle source
@param thing [String] the thing that is unimplemented
Calls superclass method
# File lib/macho/exceptions.rb, line 218 def initialize(thing) super "Unimplemented: #{thing}" end