Class: EC2::Platform::Solaris::System
- Inherits:
-
Base::System
- Object
- Base::System
- EC2::Platform::Solaris::System
- Defined in:
- lib/ec2/platform/solaris.rb
Constant Summary collapse
- BUNDLING_ARCHITECTURE =
EC2::Platform::Solaris::Architecture.bundling
Constants inherited from Base::System
Class Method Summary collapse
-
.superuser? ⇒ Boolean
———————————————————————#.
Methods inherited from Base::System
Class Method Details
.superuser? ⇒ Boolean
———————————————————————#
32 33 34 |
# File 'lib/ec2/platform/solaris.rb', line 32 def self.superuser? return `id -u`.strip == '0' end |