Sha256: a65fb2234451f5526977b315f5d4d2d3a4e4bbb1786ed9a0fa1492bd38c04751
Contents?: true
Size: 234 Bytes
Versions: 91
Compression:
Stored size: 234 Bytes
Contents
module Linguist module Grammars # Get the path to the directory containing the language grammar JSON files. # # Returns a String. def self.path File.expand_path("../../../grammars", __FILE__) end end end
Version data entries
91 entries across 91 versions & 1 rubygems