Method: Quandl::Command.root

Defined in:
lib/quandl/command.rb

.rootObject



5
6
7
# File 'lib/quandl/command.rb', line 5

def self.root
  @root ||= File.expand_path(File.join(File.dirname(__FILE__), '../../'))
end