module Tend::Util::NoUpdate::InstanceMethods

Public Instance Methods

update(*args) click to toggle source
# File lib/tend/util/no_update.rb, line 7
def update *args
  raise Tend::NotSupportedError.new("Update method is not supported on this object.")
end