8 lines
143 B
Ruby
8 lines
143 B
Ruby
|
# Frozen-string-literal: true
|
||
|
# Copyright: 2015 - 2017 Jordon Bedwell - MIT License
|
||
|
# Encoding: utf-8
|
||
|
|
||
|
class Pathutil
|
||
|
VERSION = "0.16.2"
|
||
|
end
|