Sha256: f8974296609d262ec170a477a03f506585de8abd4de431f4ff140b11283eb21f

Contents?: true

Size: 313 Bytes

Versions: 1

Compression:

Stored size: 313 Bytes

Contents

#!/usr/bin/ruby

require 'vrlib'

#make program output in real time so errors visible in VR.
STDOUT.sync = true
STDERR.sync = true

#everything in these directories will be included
my_path = File.expand_path(File.dirname(__FILE__))
require_all Dir.glob(my_path + "/../lib/reconn/**/*.rb")

Reconn::View.new.show

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
reconn-1.0.0 bin/reconn