Sha256: 948ff61b429896cfb4d7d870e6efe070d4533e2c073f9a5bec4d86aee70d494e
Contents?: true
Size: 311 Bytes
Versions: 1
Compression:
Stored size: 311 Bytes
Contents
#!/usr/bin/env ruby # for 1.8.7 compat unless File.respond_to? :realpath class File #:nodoc: def self.realpath path return realpath(File.readlink(path)) if symlink?(path) path end end end $: << File.expand_path(File.dirname(File.realpath(__FILE__)) + '/../lib') # require 'module' here
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
plesk-0.0.1 | bin/template |