Sha256: 7eb18d11b8b67e13b81c56568e8347eff2d76763cb658afb4d91b336aeb0a3a6
Contents?: true
Size: 183 Bytes
Versions: 1
Compression:
Stored size: 183 Bytes
Contents
require 'pathname' module Wilbur class << self # @return [Pathname] def root @root ||= Pathname.new(File.expand_path('..', File.dirname(__FILE__))) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
wilbur-0.0.2 | lib/wilbur.rb |