Sha256: 4f16bdc39a9f207b9b0554e29ba1553d6edf3f48e0e7f43437657d554c0d0d15
Contents?: true
Size: 199 Bytes
Versions: 16
Compression:
Stored size: 199 Bytes
Contents
#!/usr/bin/env ruby path = File.expand_path(File.dirname(__FILE__) + "/../lib/allison") if ARGV.first == "--path" puts path else system("rdoc", "--template", path, "--inline-source", *ARGV) end
Version data entries
16 entries across 16 versions & 4 rubygems