Sha256: 6eed5c527079c5bae439fa0cbd791624da038ab89b0c58906f0e4b9f21079c39
Contents?: true
Size: 231 Bytes
Versions: 6
Compression:
Stored size: 231 Bytes
Contents
module TerraspaceBundler::Mod::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