class AwsDockerUtils::Compressor

Public Class Methods

new(file_path) click to toggle source
# File lib/aws_docker_utils/compressor.rb, line 4
def initialize(file_path)
  @file_path = file_path
end

Public Instance Methods

compress() click to toggle source
# File lib/aws_docker_utils/compressor.rb, line 8
def compress
  # for now it does nothing
  @file_path
end