class Async::REST::Wrapper::Generic::Unsupported

Public Instance Methods

join() click to toggle source
Calls superclass method
# File lib/async/rest/wrapper/generic.rb, line 55
def join
        raise UnsupportedError, super
end