Class: Gf::NetrcFile

Inherits:
Object
  • Object
show all
Defined in:
lib/gf.rb

Defined Under Namespace

Classes: FileNotFoundError, MachineNotFoundError

Instance Method Summary collapse

Instance Method Details

#validate!Object



18
19
20
21
# File 'lib/gf.rb', line 18

def validate!
  raise_error_if_netrc_not_exist!
  raise_error_if_machine_not_found!
end