Method: Webspicy::Configuration::SingleYmlFile#call
- Defined in:
- lib/webspicy/configuration/single_yml_file.rb
#call(config) ⇒ Object
29 30 31 |
# File 'lib/webspicy/configuration/single_yml_file.rb', line 29 def call(config) SingleYmlFileScope.new(config, @file) end |