Sha256: f96dbfba2f705d356fcc8c1e1730c4d06136cad772556be95bd10d1a36716239
Contents?: true
Size: 301 Bytes
Versions: 16
Compression:
Stored size: 301 Bytes
Contents
module Quandl module Data class Table module Loggable extend ActiveSupport::Concern def to_h Quandl::Logger.info_with_elapsed("Quandl::Data::Table.to_h"){ super } end def to_csv Quandl::Logger.info_with_elapsed("Quandl::Data::Table.to_csv"){ super } end end end end end
Version data entries
16 entries across 16 versions & 1 rubygems