Class: HammerCLIKatello::SubscriptionCommand::UploadCommand::BinaryFile

Inherits:
HammerCLI::Options::Normalizers::File
  • Object
show all
Defined in:
lib/hammer_cli_katello/subscription.rb

Instance Method Summary collapse

Instance Method Details

#format(path) ⇒ Object



53
54
55
# File 'lib/hammer_cli_katello/subscription.rb', line 53

def format(path)
  ::File.new(::File.expand_path(path), 'rb')
end