Method: Nugrant::Helper::Bag.read

Defined in:
lib/nugrant/helper/bag.rb

.read(filepath, filetype, config) ⇒ Object



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