Class: Bwrap::Args::Features::BindsBase Abstract Private
- Inherits:
-
Object
- Object
- Bwrap::Args::Features::BindsBase
- Defined in:
- lib/bwrap/args/features/binds_base.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
This class is abstract.
Base class for binds.
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(config) ⇒ BindsBase
constructor
private
A new instance of BindsBase.
Constructor Details
#initialize(config) ⇒ BindsBase
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of BindsBase.
10 11 12 |
# File 'lib/bwrap/args/features/binds_base.rb', line 10 def initialize config @config = config end |