Class: CBR::Dynamic::Collection
- Defined in:
- lib/cbr/dynamic/collection.rb
Instance Method Summary collapse
Methods inherited from Base
Instance Method Details
#[](date) ⇒ Object
8 9 10 |
# File 'lib/cbr/dynamic/collection.rb', line 8 def [](date) valutes.select{|v| v.date == date }.first end |