module VlcProxy
List of custom Exceptions
Constants
- VERSION
Attributes
config[RW]
Public Class Methods
configure() { |config| ... }
click to toggle source
# File lib/vlc_proxy.rb, line 12 def self.configure self.config ||= VlcProxy::Configuration.new yield config if block_given? end