class Derelict::Instance::Invalid
Represents an invalid instance, which can't be used with Derelict
Private Instance Methods
default_message()
click to toggle source
Retrieves the default error message
# File lib/derelict/instance/invalid.rb, line 9 def default_message "Invalid Derelict instance" end