lib/handbrake.rb in handbrake-0.2.1 vs lib/handbrake.rb in handbrake-0.3.0
- old
+ new
@@ -3,12 +3,13 @@
# @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'
+ 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