Sha256: c0a1faa2cf1e4620294e4f5a42fb582ae9e1a2291807fc32ccaf19aa450cd335
Contents?: true
Size: 201 Bytes
Versions: 9
Compression:
Stored size: 201 Bytes
Contents
#!/usr/bin/env ruby $: << File.expand_path(File.join(File.dirname(__FILE__), '..', 'lib')) require 'piglet' puts Piglet::Interpreter.new { ARGV.each { |path| eval(open(path).read) } }.to_pig_latin
Version data entries
9 entries across 9 versions & 1 rubygems