Method: EC2::Platform::Base::System.superuser?

Defined in:
lib/ec2/platform/base.rb

.superuser?Boolean

Returns:

  • (Boolean)


41
42
43
# File 'lib/ec2/platform/base.rb', line 41

def self.superuser?
  false
end