class Quandl::Utility::Tasks

Attributes

configuration[RW]

Public Class Methods

configure() { |configuration| ... } click to toggle source
# File lib/quandl/utility/tasks.rb, line 12
def self.configure
  yield(configuration)
  load File.join(Quandl::Utility.root_path, 'tasks/utility.rake')
  true
end