class HammerCLIKatello::SubscriptionCommand::UploadCommand::BinaryFile

Public Instance Methods

format(path) click to toggle source
# File lib/hammer_cli_katello/subscription.rb, line 54
def format(path)
  ::File.new(::File.expand_path(path), 'rb')
end