module Dock
Constants
- VERSION
Public Class Methods
adapters()
click to toggle source
A collection of registered adapters
# File lib/dock.rb, line 5 def self.adapters @@adapters ||= [] end
A collection of registered adapters
# File lib/dock.rb, line 5 def self.adapters @@adapters ||= [] end