Class: Async::REST::Wrapper::Generic::Unsupported

Inherits:
Protocol::HTTP::Body::Wrapper
  • Object
show all
Defined in:
lib/async/rest/wrapper/generic.rb

Instance Method Summary collapse

Instance Method Details

#joinObject

Raises:



84
85
86
# File 'lib/async/rest/wrapper/generic.rb', line 84

def join
  raise UnsupportedError, super
end