File: filepath.rb

package info (click to toggle)
ruby-filepath 0.7-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 244 kB
  • sloc: ruby: 1,691; makefile: 5
file content (7 lines) | stat: -rw-r--r-- 214 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
# This is free software released into the public domain (CC0 license).

require 'filepath/filepath.rb'
require 'filepath/filepathlist.rb'
require 'filepath/core_ext/array.rb'
require 'filepath/core_ext/string.rb'