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]