class EC2::Platform::Solaris::Mtab
Constants
- LOCATION
Public Class Methods
new(filename = LOCATION)
click to toggle source
Calls superclass method
EC2::Platform::Linux::Mtab::new
# File lib/ec2/platform/solaris/mtab.rb, line 23 def initialize(filename = LOCATION) super filename end