Class: Array
- Inherits:
-
Object
- Object
- Array
- Defined in:
- lib/githubissues-port/array.rb
Instance Method Summary collapse
Instance Method Details
#filter_by_category(cat) ⇒ Object
2 3 4 |
# File 'lib/githubissues-port/array.rb', line 2 def filter_by_category cat self.select{|i| i.category.eql? cat} end |