Class: Pumi::DataStore

Inherits:
Object
  • Object
show all
Defined in:
lib/pumi/data_store.rb

Instance Method Summary collapse

Instance Method Details

#load(type, *args) ⇒ Object



3
4
5
# File 'lib/pumi/data_store.rb', line 3

def load(type, *args)
  Parser.new(type, *args).load
end