Sha256: 2d38afd6f7ddb30e06e63285d7c8003ed9dba53a853e47040c20387e7f69264f
Contents?: true
Size: 233 Bytes
Versions: 6
Compression:
Stored size: 233 Bytes
Contents
module Lono::Bundler::Component::Concerns module LocalConcern def local? source.starts_with?("/") || source.starts_with?(".") || source.starts_with?("..") || source.starts_with?("~") end end end
Version data entries
6 entries across 6 versions & 1 rubygems