Class: Brainstem::ApiDocs::Sinks::AbstractSink
- Inherits:
-
Object
- Object
- Brainstem::ApiDocs::Sinks::AbstractSink
- Includes:
- Concerns::Optional
- Defined in:
- lib/brainstem/api_docs/sinks/abstract_sink.rb
Direct Known Subclasses
ControllerPresenterMultifileSink, OpenApiSpecificationSink, StdoutSink
Instance Method Summary collapse
-
#<<(atlas) ⇒ Object
Primary method for putting the atlas into the sink.
Methods included from Concerns::Optional
Instance Method Details
#<<(atlas) ⇒ Object
Primary method for putting the atlas into the sink.
14 15 16 |
# File 'lib/brainstem/api_docs/sinks/abstract_sink.rb', line 14 def <<(atlas) raise NotImplementedError end |