Sha256: 35188acc8f89699fdc7ee099ac16a06abdc904f02c3c31e771bc8c6fe7c8fb79

Contents?: true

Size: 407 Bytes

Versions: 2

Compression:

Stored size: 407 Bytes

Contents

##
# @see file:README.md
# @see CLI The main class
module HandBrake
  autoload :VERSION, 'handbrake/version'

  autoload :CLI,     'handbrake/cli'
  autoload :Titles,  'handbrake/titles'
  autoload :Title,   'handbrake/titles'
  autoload :Chapter, 'handbrake/titles'

  ##
  # The exception thrown when a file exists that shouldn't.
  #
  # @see CLI#output
  class FileExistsError < StandardError; end;
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
handbrake-0.2.1 lib/handbrake.rb
handbrake-0.2.0 lib/handbrake.rb