Sha256: d0be86dec8ae19c7deaac6dafa7423d477d33109e199498cfbd3f7b1f7674d7b
Contents?: true
Size: 243 Bytes
Versions: 17
Compression:
Stored size: 243 Bytes
Contents
module Ms module_function # def parse(format, path) # const = Tap::Env.instance.search(:formats, format) # raise ArgumentError, "unknown format: #{format}" unless const # const.constantize.parse(path) # end end
Version data entries
17 entries across 17 versions & 2 rubygems