module YaQueenRoleFontana

Constants

VERSION

Public Class Methods

configure(context, path) { |config| ... } click to toggle source
# File lib/ya_queen_role_fontana.rb, line 25
def configure(context, path)
  config = Config.new(context, path)
  yield(config) if block_given?
  config
end