Module: Tend::Util::NoPost::ClassMethods

Defined in:
lib/tend/util/no_post.rb

Instance Method Summary collapse

Instance Method Details

#post(*args) ⇒ Object



4
5
6
# File 'lib/tend/util/no_post.rb', line 4

def post *args
  raise Tend::NotSupportedError.new("Post method is not supported on this object.")
end