Module CoreEx::Pathname::ShortCut
In: lib/core_ex/pathname.rb

Methods

`  

Public Instance methods

Allow to use this sort of constructions:

 `/path/to/a/file`.open do |f|
   ...
 end

[Source]

# File lib/core_ex/pathname.rb, line 187
      def ` ( path )
        ::Pathname.new(path)
      end

[Validate]