Libraries
»
pumi
(0.30.0)
»
Index (D)
»
Pumi
»
DataStore
Class: Pumi::DataStore
Inherits:
Object
Object
Pumi::DataStore
show all
Defined in:
lib/pumi/data_store.rb
Instance Method Summary
collapse
#
load
(type, *args) ⇒ Object
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