Class: Writer

Inherits:
Object
  • Object
show all
Defined in:
lib/gitlab-burndown/writer/writer.rb

Direct Known Subclasses

FileWriter, StringWriter

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