module Quandl::Utility
Constants
- VERSION
Public Class Methods
root_path()
click to toggle source
# File lib/quandl/utility.rb, line 7 def self.root_path @root_path ||= File.expand_path(File.join(File.dirname(__FILE__), '../../')) end