module Marantz
Constants
- COMMANDS
- PATHS
- SOURCES
- SUPPORTED_MODELS
- VERSION
- VOLUME_THRESHOLD
Public Instance Methods
config()
click to toggle source
# File lib/marantz/config.rb, line 27 def config @config end
configure() { |config ||= configuration| ... }
click to toggle source
# File lib/marantz/config.rb, line 23 def configure(&block) yield @config ||= Configuration.new end