Exception: Dock::Base::NotSupportedError

Inherits:
NotImplementedError
  • Object
show all
Defined in:
lib/dock/base.rb

Instance Method Summary collapse

Instance Method Details

#to_sObject



75
76
77
# File 'lib/dock/base.rb', line 75

def to_s
    "method not supported by this Dock adapter"
end