Method: TreasureData::Config.read

Defined in:
lib/td/config.rb

.read(path = Config.path, create = false) ⇒ Object



35
36
37
# File 'lib/td/config.rb', line 35

def self.read(path=Config.path, create=false)
  new.read(path)
end