Sha256: 66c7f13e2988b55c453bfc6d16c23a7e39bf7ff63a16a14a48ea4317be3f1157

Contents?: true

Size: 308 Bytes

Versions: 8

Compression:

Stored size: 308 Bytes

Contents

#!/usr/bin/env ruby

######
# Run irb for interactive fiddling with this library from the source

require 'irb'

$LOAD_PATH << File.expand_path('../lib', __FILE__)
require 'handbrake'

$cli = HandBrake::CLI.new(:trace => true)

puts "`$cli` is a HandBrake::CLI instance with tracing on"

IRB.start(__FILE__)

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
handbrake-0.4.0 hrirb
handbrake-0.3.1 hrirb
handbrake-0.3.0 hrirb
handbrake-0.2.1 hrirb
handbrake-0.2.0 hrirb
handbrake-0.1.0 hrirb
handbrake-0.0.2 hrirb
handbrake-0.0.1 hrirb