Class: VagrantPlugins::S3Auth::Util::NullObject

Inherits:
Object
  • Object
show all
Defined in:
lib/vagrant-s3auth/util.rb

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missingObject

rubocop:disable Style/MethodMissing



27
28
29
# File 'lib/vagrant-s3auth/util.rb', line 27

def method_missing(*) # rubocop:disable Style/MethodMissing
  nil
end