Class: BucketCake::Base
- Inherits:
-
Object
- Object
- BucketCake::Base
- Defined in:
- lib/bucket_cake/base.rb
Defined Under Namespace
Classes: Latest, Range, Realtime
Instance Method Summary collapse
Instance Method Details
#items ⇒ Object
4 5 6 7 |
# File 'lib/bucket_cake/base.rb', line 4 def items klass = self.class::PROTOCLASS.call Decoder.new(files, klass).items.lazy end |