module
Importance_0
v2_1_10 - Show latest stable - 0 notes

No documentation

This module has no description. You can help the Ruby community by adding new notes.

Constants

SUPPRESS_PATTERN = %r!(\A(#{SUPPRESSED_PATHS_RE})|bin/rake:\d+)!i

SUPPRESSED_PATHS_RE = SUPPRESSED_PATHS.map { |f| Regexp.quote(f) }.join("|")

SUPPRESSED_PATHS = SYS_PATHS. map { |s| s.gsub("\\", "/") }. map { |f| File.expand_path(f) }. reject { |s| s.nil? || s =~ /^ *$/ }

SYS_PATHS = RbConfig::CONFIG.values_at(*SYS_KEYS).uniq + [ File.join(File.dirname(__FILE__), "..") ]

SYS_KEYS = RbConfig::CONFIG.keys.grep(/(prefix|libdir)/)

Attributes

Show files where this module is defined (1 file)
Register or log in to add new notes.