9 10 11
# File 'lib/nugrant/helper/bag.rb', line 9 def self.read(filepath, filetype, config) Nugrant::Bag.new(parse_data(filepath, filetype, config), config) end