File: example_runner

package info (click to toggle)
ruby-parslet 2.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,260 kB
  • sloc: ruby: 6,157; sh: 8; javascript: 3; makefile: 3
file content (9 lines) | stat: -rwxr-xr-x 178 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/env ruby

require 'bundler/setup'

$:.unshift File.expand_path(File.dirname(__FILE__) + "/lib")
require 'prelude'
require 'example_runner'

ExampleRunner.new.run(ARGV)