Method: Bcdatabase.pass_file

Defined in:
lib/bcdatabase.rb

.pass_fileObject



68
69
70
# File 'lib/bcdatabase.rb', line 68

def pass_file
  Pathname.new(ENV["BCDATABASE_PASS"] || DEFAULT_PASS_FILE)
end