Sha256: 6f65011a6891d2eb998587e9ef0f9b6c29fbad7b6a4a1684624ed367b74b0cc5
Contents?: true
Size: 294 Bytes
Versions: 9
Compression:
Stored size: 294 Bytes
Contents
module Parade module Parsers # # Given a DSL defined file, load the contents and then parse the contents # with the DSL parser. # class DslFileParser def self.parse(filepath,options = {}) Dsl.parse File.read(filepath), options end end end end
Version data entries
9 entries across 9 versions & 1 rubygems