module Flyml

Constants

VERSION

Public Class Methods

config(root:, env:) click to toggle source
# File lib/flyml.rb, line 7
def self.config(root:, env:)
  Configuration.new(root, env)
end