class Dock::Base::NotSupportedError

Public Instance Methods

to_s() click to toggle source
# File lib/dock/base.rb, line 75
def to_s
    "method not supported by this Dock adapter"
end