Sha256: 93bd1bf908eb916ebfd78c99c038ebec716fa9aa1769b17410701c6c62b9dd85
Contents?: true
Size: 439 Bytes
Versions: 3
Compression:
Stored size: 439 Bytes
Contents
## # @see file:README.md # @see CLI The main class module HandBrake autoload :VERSION, 'handbrake/version' autoload :CLI, 'handbrake/cli' autoload :Disc, 'handbrake/disc' autoload :Title, 'handbrake/disc' autoload :Titles, 'handbrake/disc' autoload :Chapter, 'handbrake/disc' ## # The exception thrown when a file exists that shouldn't. # # @see CLI#output class FileExistsError < StandardError; end; end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
handbrake-0.4.0 | lib/handbrake.rb |
handbrake-0.3.1 | lib/handbrake.rb |
handbrake-0.3.0 | lib/handbrake.rb |