load

in lib/twurl/rcfile.rb [16:21]


      def load
        YAML.load_file(file_path)
      rescue Errno::ENOENT
        default_rcfile_structure
      end