Module: Prmd::MultiLoader::Yajl

Extended by:
Loader
Defined in:
lib/prmd/multi_loader/yajl.rb

Overview

JSON MultiLoader using Yajl

Class Method Summary collapse

Methods included from Loader

load_data, load_file, load_stream

Class Method Details

.load_data(data) ⇒ Object

See Also:

  • (Prmd(Prmd::MultiLoader(Prmd::MultiLoader::Loader(Prmd::MultiLoader::Loader#load_data)


11
12
13
# File 'lib/prmd/multi_loader/yajl.rb', line 11

def self.load_data(data)
  ::Yajl::Parser.parse(data)
end