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



51
52
53
# File 'lib/hammer_cli_katello/subscription.rb', line 51

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