module RakeMKV

Constants

VERSION

Public Class Methods

config() click to toggle source
# File lib/rakemkv.rb, line 2
def self.config
  Configuration.instance
end
configure() { |config| ... } click to toggle source
# File lib/rakemkv.rb, line 6
def self.configure
  yield config
end