class EC2::Platform::Solaris::Tar::Command

Constants

EXECUTABLE

Public Class Methods

new(e=EXECUTABLE) click to toggle source
Calls superclass method EC2::Platform::Linux::Tar::Command::new
# File lib/ec2/platform/solaris/tar.rb, line 19
def initialize(e=EXECUTABLE)
  super e
end