Module: Tend::Util::NoUpdate::InstanceMethods

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

Instance Method Summary collapse

Instance Method Details

#update(*args) ⇒ Object



7
8
9
# 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