├── .gitignore ├── README.md ├── demo-file.js └── extract.rb /.gitignore: -------------------------------------------------------------------------------- 1 | .ruby-version 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jobertabma/relative-url-extractor/HEAD/README.md -------------------------------------------------------------------------------- /demo-file.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jobertabma/relative-url-extractor/HEAD/demo-file.js -------------------------------------------------------------------------------- /extract.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jobertabma/relative-url-extractor/HEAD/extract.rb --------------------------------------------------------------------------------