keenlabs / keen-gem

Official Ruby client for the Keen IO API. Build analytics features directly into your Ruby apps.

Home Page:https://keen.io/docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

def_delegator for cached_datasets is missing?

fmquaglia opened this issue · comments

Hey

I've downloaded v1.1.1 to give it a try to the new cached datasets feature.
While following the example in the README I've noticed that the cached_datasets method in the Keen::Client is missing its def_delegator. Therefore calling Keen.cached_datasets will throw a NoMethodError.