1 2 3 4 5 6 7 8 9 10 11
# # Configuration class for provider.json # module LeapCli; module Config class Provider < Object def provider self end end end; end