Module: PathOperator

Defined in:
lib/path_operator.rb,
lib/path_operator/version.rb

Defined Under Namespace

Modules: Pathnameish, Stringish

Constant Summary collapse

VERSION =
'1.0.1'

Class Method Summary collapse

Class Method Details

.load!Object



33
34
35
36
# File 'lib/path_operator.rb', line 33

def self.load!
  ::String.send   :include, PathOperator::Stringish
  ::Pathname.send :include, PathOperator::Pathnameish
end