class RakeMKV::Configuration

Attributes

binary[W]
destination[W]
minimum_title_length[RW]

Public Instance Methods

binary() click to toggle source
# File lib/rakemkv/configuration.rb, line 7
def binary
  @binary || "makemkvcon"
end
reset!() click to toggle source
# File lib/rakemkv/configuration.rb, line 11
def reset!
  self.binary = nil
end