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



1032
1033
# File 'lib/eggshell/bundles/basics.rb', line 1032

def parse(content)
end

#parse_io(io) ⇒ Object



1035
1036
1037
# File 'lib/eggshell/bundles/basics.rb', line 1035

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