Sha256: 3e75a15e5611c979a5a6df571558239e175ab27b71b1ccac03b20475cc11397b
Contents?: true
Size: 326 Bytes
Versions: 8
Compression:
Stored size: 326 Bytes
Contents
# encoding: utf-8 require "rango" begin require "media-path" rescue LoadError raise LoadError, "You have to install media-path gem!" end # @since 0.0.2 # @example # Rango.path # # => /usr/lib/ruby/lib/ruby/site_ruby/1.8/rango # @return [Path] Rango root path def Rango.path @path ||= MediaPath.new(self.root) end
Version data entries
8 entries across 8 versions & 1 rubygems