Module: Eggshell::Bundles::Basic::DataLoaderMacro::Loader

Included in:
JsonLoader, YamlLoader
Defined in:
lib/eggshell/bundles/basics.rb

Instance Method Summary collapse

Instance Method Details

#parse(content) ⇒ Object



1023
1024
# File 'lib/eggshell/bundles/basics.rb', line 1023

def parse(content)
end

#parse_io(io) ⇒ Object



1026
1027
1028
# File 'lib/eggshell/bundles/basics.rb', line 1026

def parse_io(io)
  parse(io.read)
end