class SipValidator::Loader
Constants
- UNSAFE_LOADER
Public Class Methods
load(file_name)
click to toggle source
# File lib/sip_validator/loader.rb, line 8 def self.load(file_name) FrontMatterParser::Parser.parse_file(file_name, loader: UNSAFE_LOADER).front_matter end