class EC2::Platform::Solaris::Fstab

Constants

DEFAULT
LEGACY
LOCATION

Public Class Methods

new(filename = LOCATION) click to toggle source
Calls superclass method EC2::Platform::Linux::Fstab::new
# File lib/ec2/platform/solaris/fstab.rb, line 18
def initialize(filename = LOCATION)
  super filename          
end