Class: RKD::Performance::Collection
- Inherits:
-
Array
- Object
- Array
- RKD::Performance::Collection
- Defined in:
- lib/r_k_d/performance.rb
Instance Method Summary collapse
Instance Method Details
#study ⇒ Object
27 28 29 |
# File 'lib/r_k_d/performance.rb', line 27 def study self.select { |a| a.is_a?(Study) } end |
#work ⇒ Object
23 24 25 |
# File 'lib/r_k_d/performance.rb', line 23 def work self.select { |a| a.is_a?(Work) } end |