Class: Filter

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

Instance Method Summary collapse

Instance Method Details

#apply(target) ⇒ Object



4
5
6
# File 'lib/gitlab-burndown/filter/filter.rb', line 4

def apply(target)
  raise NotImplementedError
end