module Tend::Util::NoPost::ClassMethods
Public Instance Methods
post(*args)
click to toggle source
# 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