Module: Nugrant::Helper::Bag
- Defined in:
- lib/nugrant/helper/bag.rb
Class Method Summary collapse
Class Method Details
.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 |
.restricted_keys ⇒ Object
13 14 15 |
# File 'lib/nugrant/helper/bag.rb', line 13 def self.restricted_keys() Nugrant::Bag.instance_methods() end |