Class: Gitloggl::Gitlab::Stack::Filter
- Defined in:
- lib/gitloggl/gitlab/stack/filter.rb
Instance Attribute Summary
Attributes inherited from Abstract
Instance Method Summary collapse
Methods inherited from Abstract
Constructor Details
This class inherits a constructor from Gitloggl::Gitlab::Stack::Abstract
Instance Method Details
#before_call ⇒ Object
9 10 11 |
# File 'lib/gitloggl/gitlab/stack/filter.rb', line 9 def before_call env.issues.select!(&where!) end |