Class: Writer
- Inherits:
-
Object
- Object
- Writer
- Defined in:
- lib/gitlab-burndown/writer/writer.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#write(content) ⇒ Object
4 5 6 |
# File 'lib/gitlab-burndown/writer/writer.rb', line 4 def write(content) raise NotImplementedError end |